Errors with status code 5xx

Error class overview

These codes indicate issues on the server side.

  • 500 Internal Server Error — A generic server-side error.

  • 502 Bad Gateway — Issues with a proxy server or gateway.

  • 503 Service Unavailable — The server is temporarily unavailable (e.g., due to overload).

  • 504 Gateway Timeout — The server did not receive a timely response from another service.

The most frequently received messages

The most frequently received messages in this class are shown below. We will gradually expand this list.

Status code
Message
Explanation

503

"Service unavailable"

For some technical reason, the API you are calling is currently unavailable.

Last updated

Was this helpful?