Error Codes

Common HTTP error Codes & Description

Error responses which are coming from the name of the exception generated internally by the API server. You can define corresponding exceptions in your language or library, and raise them by doing a switch on the returned exception name.

Sr.NoError CodesDescription
1400Missing or bad request parameters or values
2403Session expired or invalidate. Must relogin
3404Request resource was not found
4405Request method (GET, POST etc.) is not allowed on the requested endpoint
5410The requested resource is gone permanently
6429Too many requests to the API (rate limiting)
7500Something unexpected went wrong
8502The backend OMS is down and the API is unable to communicate with it
9503Service unavailable; the API is down
10504Gateway timeout; the API is unreachable