odmApi::ErrorDetail¶
A single, field-level problem that contributed to an error response.
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| location | character | Where the error occurred, e.g. 'body.items[3].tags' or 'path.thing-id' | [optional] |
| message | character | Error message text | [optional] |
| value | AnyType | [optional] |