Errors
The errors returned by the Appenin API conform to the following format:
{
"errors": [
{
"code": "bad_format",
"detail": "\"start_date\" must be a valid date",
"source": "start_date",
"value": "02/022022"
}
]
}
Description
Status | error code | description |
---|---|---|
400 | required | The request was unacceptable, often due to missing a required parameter. |
bad_format | The request was unacceptable, often due bad format of parameter. | |
not_allowed | The request was unacceptable, often due to not allowed of parameter. | |
403 | forbidden | You are not allowed to access this resource. Please check your x-consumer-username |
404 | not_found | The requested resource doesn't exist. |
409 | conflict | Indicates that the request conflicts with the current server state. |
422 | integrity_error | The server was not able to carry out the requested instructions. |
500 | internal_error | Something went wrong on Falco API (These are rare.) |