API Status Code

List of status and error codes that can be returned by the API.

API CODESDESCRIPTION
SUCCESSAny operation on the API that was successful.
CASE_NOT_FOUNDCase not found on our database. Invalid id.
CASE_ALREADY_EXPIREDTried to dispute a case that already has status expired.
CASE_ALREADY_DISPUTEDTried to dispute a case that already has status disputed.
CASE_ALREADY_LOSTTried to dispute a case that already has status lost.
VALIDATION_ERRORInvalid request parameters or body.
FILES_MISSINGWhen trying to DISPUTE case, but not providing the required files.
FILES_EXCEEDS_LIMIT_SIZEWhen trying to DISPUTE case, but sending files that exceed the size limits.
FILES_INVALID_EXTENSIONWhen trying to DISPUTE case, but sending files that extensions are not supported.
INTERNAL_ERRORAny unexpected internal exception.