# AuthenticationError

Error if api keys are wrong.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** |  | [optional] [default to undefined]
**code** | **string** |  | [optional] [default to undefined]
**type** | **string** | authentication_error. | [optional] [default to undefined]

## Example

```typescript
import { AuthenticationError } from 'cashfree-pg';

const instance: AuthenticationError = {
    message,
    code,
    type,
};
```

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