# ModelError ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error** | **string** | Error message | [optional] [default to undefined] **details** | **string** | Error details | [optional] [default to undefined] ## Example ```typescript import { ModelError } from './api'; const instance: ModelError = { error, details, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)