Error handling
Error handling example
{
"error": {
"code": "E101",
"message": "The company with the given ID does not exist."
}
}"response": {
"error": {
"message": "[{{statusCode}}] {{body.error.message}} (error code: {{body.error.code}})"
}
}"response": {
"error": {
"message": "{{body.error.text}}"
}
}Common error messages
4xx: Client Error
5xx: Server Error
Handling status code 200
Last updated

