# FieldError


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fieldName** | **string** | The name of the field that contains the error | [optional] [default to undefined]
**description** | **string** | The error associated with the field | [optional] [default to undefined]

## Example

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

const instance: FieldError = {
    fieldName,
    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)
