Skip to content

ValidationError

Field Type Required Description
message string
code string
error object
{
"message": "string",
"code": "string",
"error": {
"paramName": "string",
"code": "SCHEMA_VALIDATION_FAILED",
"message": "string",
"results": {
"errors": [],
"warnings": []
}
}
}