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 continue401
2002
EmailAlreadyRegisteredError
Email already in use402
2003
MinimumLengthError
Password does not meet minimum requirements402
2004
EmailError
Incorrect email402
2005
DateOfBirthError
Data of birth is incorrect402

2006

NameError
Name is not valid402
2007
CompanyNameMissingError
Company name is not specified402
2008
InvalidCountryError
Country entered is incorrect402
2009
InvalidPhoneNumberError
Phone number entered is invalid402
2011
InvalidKeyError
API Key created is invalid402
2017
KeyNotPresentError
API Key is missing402
2018
InvalidSpaceNameError
Space Name provided is not valid for the associated account405
1001
InvalidJsonFormatError
Malformed JSON Body400
1002
MissingParameterError
Mandatory parameter missing404
1003
ParameterNotInRangeError
Parameter out of bounds406
1005
InvalidDatesError
Date405
1006
NestedError
Error in nested object406
1007
RecordNotFoundError
Record with requested id was not found404
1008
InvalidQueryError
Error occurred while trying to process the request, please verify your query and try again406
1009
InternalServerError
Error occurred while trying to process the request, please try again500
1010
InvalidParameterUpdateError
Update on the requested parameter is not allowed405
3001
InvalidCompetitionError
Invalid competition error406
3002
InvalidContestError
Invalid contest error406
3003
MemberNotSpecifiedError
Member not specified error406
3004
FileUploadError
File upload error500
3005
CompetitionCannotBeChanged
Competition cannot be modified once it is created406
3006
EntrantDeletionFailed
Unable to delete entrant, please try again later500
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