API Status Code
List of status and error codes that can be returned by the API.
API CODES | DESCRIPTION |
---|---|
SUCCESS | Any operation on the API that was successful. |
CASE_NOT_FOUND | Case not found on our database. Invalid id. |
CASE_ALREADY_EXPIRED | Tried to dispute a case that already has status expired. |
CASE_ALREADY_DISPUTED | Tried to dispute a case that already has status disputed. |
CASE_ALREADY_LOST | Tried to dispute a case that already has status lost. |
VALIDATION_ERROR | Invalid request parameters or body. |
FILES_MISSING | When trying to DISPUTE case, but not providing the required files. |
FILES_EXCEEDS_LIMIT_SIZE | When trying to DISPUTE case, but sending files that exceed the size limits. |
FILES_INVALID_EXTENSION | When trying to DISPUTE case, but sending files that extensions are not supported. |
INTERNAL_ERROR | Any unexpected internal exception. |
Updated 11 months ago