ValidationErrorResponse

data class ValidationErrorResponse(val severity: String, val text: String)

Description about the errors happen while performing migration validation

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Severity of the error

Link copied to clipboard

Error Text