413 Payload Too Large
| Code | 413 | 
|---|---|
| Description | Payload Too Large. | 
| Correlation ID | Unique identifier of the response. | 
| Type | Client. | 
| Message | The HTTP 413 Payload Too Large response status code indicates that the request entity is larger than limits defined by server. | 
| Generic Cause | The uploaded file was too large. | 
| Quick Fix | Try again with a smaller file. | 
Error Example:
{
    "error": {
        "correlationId": "8374195b-dd57-453c-afea-a5c0e2d487d7",
        "type": "client",
        "message": "The HTTP 413 Payload Too Large response status code indicates that the request entity is larger than limits defined by server."
    }
}