Model definition for a standard error.
Name | Type | Description | Notes |
---|---|---|---|
Status | string | Error status. | |
Id | string | Error ID. | [optional] |
Category | Object | Model definition for an error category. | |
SubCategory | Object | Error subcategory. | [optional] |
Message | string | Error message. | |
Errors | List<ErrorDetail> | List of error details. | |
Context | Dictionary<string, List<string>> | Error context. | |
Links | Dictionary<string, string> | Error links. |