Sample Error Response
Response
Header status code: 400
{
"errors": [
{
"message": "A record with requested id was not found.",
"code": 1007,
"status": 400
}
]
}
Error Code | Error Name | Error Description | HTTP Status Code |
|---|---|---|---|
| 2001 | NotLoggedInError | Please login to continue | 401 |
| 2002 | EmailAlreadyRegisteredError | Email already in use | 402 |
| 2003 | MinimumLengthError | Password does not meet minimum requirements | 402 |
| 2004 | EmailError | Incorrect email | 402 |
| 2005 | DateOfBirthError | Data of birth is incorrect | 402 |
2006 | NameError | Name is not valid | 402 |
| 2007 | CompanyNameMissingError | Company name is not specified | 402 |
| 2008 | InvalidCountryError | Country entered is incorrect | 402 |
| 2009 | InvalidPhoneNumberError | Phone number entered is invalid | 402 |
| 2011 | InvalidKeyError | API Key created is invalid | 402 |
| 2017 | KeyNotPresentError | API Key is missing | 402 |
| 2018 | InvalidSpaceNameError | Space Name provided is not valid for the associated account | 405 |
| 1001 | InvalidJsonFormatError | Malformed JSON Body | 400 |
| 1002 | MissingParameterError | Mandatory parameter missing | 404 |
| 1003 | ParameterNotInRangeError | Parameter out of bounds | 406 |
| 1005 | InvalidDatesError | Date | 405 |
| 1006 | NestedError | Error in nested object | 406 |
| 1007 | RecordNotFoundError | Record with requested id was not found | 404 |
| 1008 | InvalidQueryError | Error occurred while trying to process the request, please verify your query and try again | 406 |
| 1009 | InternalServerError | Error occurred while trying to process the request, please try again | 500 |
| 1010 | InvalidParameterUpdateError | Update on the requested parameter is not allowed | 405 |
| 3001 | InvalidCompetitionError | Invalid competition error | 406 |
| 3002 | InvalidContestError | Invalid contest error | 406 |
| 3003 | MemberNotSpecifiedError | Member not specified error | 406 |
| 3004 | FileUploadError | File upload error | 500 |
| 3005 | CompetitionCannotBeChanged | Competition cannot be modified once it is created | 406 |
| 3006 | EntrantDeletionFailed | Unable to delete entrant, please try again later | 500 |
| 3007 | CompetitionOperationFailed | Competition operation failed (more details about the error will be provided depending on the root cause) | 412 |
| 3008 | ContestOperationFailed | Contest operation failed (more details about the error will be provided depending on the root cause) | 412 |