# BadRequestError

Invalid request received from client.

## Properties

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

## Example

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

const instance: BadRequestError = {
    message,
    code,
    help,
    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)
