408 Request Timeout
| Code | 408 | 
|---|---|
| Description | Request Timeout. | 
| Correlation ID | Unique identifier of the response. | 
| Type | Client. | 
| Message | Request Timeout response status code means that the server would like to shut down this unused connection. | 
| Generic Cause | Request timed out because underlying servers are unable to complete the call in a timely matter. | 
| Quick Fix | Retry your call. If it still fails then try again later or contact us | 
Error Example:
{
    "error": {
        "correlationId": "ae3f2a01-60b4-486c-897d-aa72b0809038",
        "type": "client",
        "message": "Request Timeout response status code means that the server would like to shut down this unused connection. "
    }
