503 Service Unavailable
| Code | 503 |
|---|---|
| Description | Service Unavailable. |
| Correlation ID | Unique identifier of the response. |
| Type | Server. |
| Message | The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay. |
| Generic Cause | The server or underlying servers are unavailable. |
| Quick Fix | Try again later or contact us. |
Error Example:
{
"error": {
"correlationId": "ae3f2a01-60b4-486c-897d-aa72b0809038",
"type": "server",
"message": "The server is currently unable to handle the request due to a temporary overload or scheduled maintenance, which will likely be alleviated after some delay."
}