VALIDATION_FAILED
http code 400
{
"error_category": "INVALID_REQUEST",
"error_code": "VALIDATION_FAILED",
"error_message": "<Details about which request parameter(s) are invalid>",
"display_message": null
}
Common causes
- You sent a request with a value that did not pass validation, for example sending a string to a numeric field, or an invalid date, etc.
Updated 11 months ago