# ApiError


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**error** | **string** |  | [default to undefined]
**explanation** | **string** |  | [optional] [default to undefined]
**message** | **string** |  | [default to undefined]
**properties** | **{ [key: string]: object; }** |  | [optional] [default to undefined]
**timestamp** | **string** |  | [default to undefined]

## Example

```typescript
import { ApiError } from 'chatkitty';

const instance: ApiError = {
    error,
    explanation,
    message,
    properties,
    timestamp,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
