Skip to main content

Common Errors

This section lists the errors common to all APIs. For errors specific to an API, see the topic for that API.

Sr. #Error CodeErrorDescription
1.400Bad requestWrong parameters
2.401UnauthorizedWrong or expired token
3.404Not foundThe URL is incorrect or object is not found
4.405Method not allowedWrong HTTP verb is used in the request
5.500Internal server errorAn exception or error occurred in API
6.501Not implementedRequired function is not implemented by API
7.503Service unavailableAPI service is not available

See Also