| Name | Type | Description | Notes |
|---|---|---|---|
| location | String | Where the error occurred, e.g. 'body.items[3].tags' or 'path.thing-id' | [optional] |
| message | String | Error message text | [optional] |
| value | Object | [optional] |
require 'openapi_client'
instance = OpenapiClient::ErrorDetail.new(
location: null,
message: null,
value: null
)