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