# ErrorDetail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **location** | **string** | Where the error occurred, e.g. \'body.items[3].tags\' or \'path.thing-id\' | [optional] [default to undefined] **message** | **string** | Error message text | [optional] [default to undefined] **value** | **any** | | [optional] [default to undefined] ## Example ```typescript import { ErrorDetail } from 'eve-esi-client-ts'; const instance: ErrorDetail = { location, message, value, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)