Skip to content

Standard Gateway Errors

Authentication Failure

CauseResolution
Missing CredentialsRequired authentication credentials were not provided in the request. Please check API documentation and provide valid Authorization headers.
Access Token ExpiredIndicates that the access token used for authentication has expired and needs to be refreshed or replaced.
Invalid CredentialsInvalid or incorrect Credentials provided in the request. Please check if you are generating token from valid application with subscription for the api that is being consumed.
The subscription to the API is inactivePlease check whether the application that is used to generate token is subscribed to the API.

Too Many Request

CauseResolution
Too Many RequestsIndicates that the client has sent too many requests in a given amount of time. Please wait for few minutes and try again.

Backend Connection Failure

CauseResolution
Error Connecting to BackendIndicates that the gateway is unable to establish a connection with the backend server. Please check if the backend is up and running.

Gateway Timeout

CauseResolution
Gateway TimeoutIndicates that the gateway did not receive a timely response from the backend server. Please reach out to the API Provider to ensure that the backend server is performing well and can handle the incoming requests.