| Name | Type | Description | Notes |
|---|---|---|---|
| Message | string | A human readable message describing the error along with remediation steps where appropriate | |
| CorrelationId | Guid | A unique identifier for the request. Include this value with any error reports or support tickets | |
| Category | string | The error category | |
| SubCategory | string | A specific category that contains more specific detail about the error | [optional] |
| Errors | List<ErrorDetail> | further information about the error | [optional] |
| Context | Dictionary<string, List<string>> | Context about the error condition | [optional] |
| Links | Dictionary<string, string> | A map of link names to associated URIs containing documentation about the error or recommended remediation steps | [optional] |