504 Gateway Timeout
| Code | 504 | 
|---|---|
| Description | Gateway Timeout. | 
| Correlation ID | Unique identifier of the response. | 
| Type | Server. | 
| Message | The server did not receive a timely response from an upstream server it needed to access in order to complete the request. | 
| Generic Cause | Gateway couldn’t complete the call. | 
| Quick Fix | Try again later or contact us. | 
Error Example:
{
    "error": {
        "correlationId": "efa49a5d-7971-4b71-bbf7-ab738401b1b6",
        "type": "server",
        "message": "The server did not receive a timely response from an upstream server it needed to access in order to complete the request."
    }
}