ErrorResponse

ErrorResponse
ErrorResponse

Error Response in case of operation failures.

JSON Example
{
    "statusCode": 400,
    "timestamp": "string",
    "traceId": "b13a30a88b1e4d64",
    "requestId": "61f8f6d7acb254330dc6cbc9cf993717",
    "errorDetails": [
        {
            "errorCode": "VMW-XXX-XXX",
            "message": "Error occured while processing your request."
        }
    ]
}
integer As int32 As int32
statusCode
Optional

Generally the http code i.e. 400, 500 for the error

string As date-time As date-time
timestamp
Optional

The timestamp of the error

string
traceId
Optional

Unique Trace Id assigned to this request.

string
requestId
Optional

Unique Request Id assigned to this request.

errorDetails
Optional

Complete error details.