Skip to content

ValidationError

Field Type Required Description
statusCode number
message string
code string
additionalInfo object
error object
{
"statusCode": 0,
"message": "string",
"code": "string",
"additionalInfo": {
"validationErrors": [
{
"code": 0,
"reason": "string",
"entity": "string",
"entityId": "string",
"subentityPath": []
}
]
},
"error": {
"paramName": "string",
"code": "SCHEMA_VALIDATION_FAILED",
"message": "string",
"results": {
"errors": [],
"warnings": []
}
}
}