| TYPE | Response
|
| Category | Objects |
Description
Object: ValidationErrorResponse
Properties
| name |
type |
required |
default |
description |
| validation |
string |
yes |
|
The validation problem |
| errorCode |
string |
yes |
|
The error code |
| errorMessage |
string |
yes |
|
Tells you what is wrong |
| responseId |
string |
yes |
|
The response id |
| status |
string |
yes |
|
The status of the request |
| message |
string |
yes |
|
The message |
Sample JSON
{
"response_id": "1_0a407cb0634a56374ba80f863fda53ae37fd0042",
"status": "error",
"error_code": "validation_example",
"error_message": "Something is wrong with your data",
"validation": "I am a teapot."
}