ValidationErrorResponse

data class ValidationErrorResponse(val severity: String? = null, val text: String? = null)

Description about the errors happen while performing migration validation

Constructors

Link copied to clipboard
constructor(severity: String? = null, text: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val severity: String? = null

Severity of the error

Link copied to clipboard
val text: String? = null

Error Text