# AuthenticationError


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**error** | **string** |  | [default to undefined]
**error_description** | **string** |  | [default to undefined]

## Example

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

const instance: AuthenticationError = {
    error,
    error_description,
};
```

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