# CreateMessageRequestError


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**fieldErrors** | [**Array&lt;FieldError&gt;**](FieldError.md) |  | [optional] [default to undefined]

## Example

```typescript
import { CreateMessageRequestError } from 'bandwidth-sdk';

const instance: CreateMessageRequestError = {
    type,
    description,
    fieldErrors,
};
```

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