Skip to main content

ValidateApiError

errorCodestring
Example: Generic
errorsobject
Example: {"type":["Input type is not valid"]}
messagestring
Example: Validation error
ValidateApiError
{
"errorCode": "Generic",
"errors": {
"type": [
"Input type is not valid"
]
},
"message": "Validation error"
}