Skip to main content

Errors

If the request to the server is incorrect, the system returns a response with the HTTP 400 code (BAD REQUEST) and an error description.

Response Parameters


request_field_name

list of strings

A list of error messages that are associated with a specific request field.


Example

HTTP status code: 400 (BAD REQUEST)
{
"datafile": [
"Upload the correct image. The uploaded file is not an image, or is corrupted."
]
}