Skip to content

Error Codes

The following are the most common errors that may occur in response to an API call even if your implementation is correct.

All application-level errors are indicated as HTTP 400 errors and negative integer values in the response body status code. HTTP status codes are set; errors: 4xx codes are for developer- or user-related errors, and 5xx codes are for internal service errors, and the status will be 2xx in non-error cases.

Example
{ 
 "id": "QCZEQ1730079228140"
 "utctime": "2024-10-28T01:33:48.922799Z"
 "code": 400 
 "status":-5075,
 "message": "BAD REQUEST :- PARSING CHALLENGE BODY JSON FAILED"
 "more info": "https://support.gridy.io/errors?code=-5075"
}

See list of common API error codes below:

   
Http Status API Status Description
400Bad Request
-1001API User validation error  
-1003API User validation error  
-1026API User permissions error  
-2003Account validation error  
-2004Account blocked  
-2005Account too many failed attempts  
-2006Account locked  
-2007Account disabled  
-2008Account not active  
-2009Account locked  
-2010Account temporarily disabled  
-2017Account lock enabled  
-2038Account lockdown activated  
-2035Challenge cancelled error
-4004HTTP Header x-gridy-utctime missing  
-4005HTTP Header x-gridy-utctime format error  
-4006HTTP Header x-gridy-cnonce missing  
-4007HTTP Header x-gridy-cnonce format error  
-4008HTTP Header x-gridy-apiuser missing error  
-4009HTTP Header x-gridy-apiuser format error  
-4000HTTP Authorization Header missing  
-4001HTTP Authorization Header format error  
-4026HTTP Authorization Header HMAC signature missing
-4027HTTP Authorization Header HMAC signature format error  
-4028HTTP Authorization Header HMAC apiuser missing error  
-4029HTTP Authorization Header HMAC apiuser format error  
-4030HTTP Authorization Header HMAC algorithm missing error  
-4031HTTP Authorization Header HMAC algorithm format error  
-4032HTTP Authorization Header HMAC headers missing error  
-4033HTTP Authorization Header HMAC headers format error  
-4034HTTP Authorization Header HMAC cnonce reused error  
-4035HTTP Authorization Header HMAC timestamp reused error  
-4036HTTP Authorization Header HMAC utctime clock drift error  
-4037HTTP Authorization Header HMAC signature error  
-5070API Request JSON Null body error  
-5071API Request JSON body type error  
-5072API Request JSON body type unknown error  
-5075API Challenge Request body error
-5076API Challenge Request challenge type error
-5077API Challenge Request body missing User error
-5078API Challenge Request body missing challenge type error
-5079API Challenge Request body invalid email address error
-6021API request blocked - IP address location blocked based on user defined rules
500Internal Error-5000API request rejected due to an Internal error.