| 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] |
import { FieldError } from 'bandwidth-sdk';
const instance: FieldError = {
fieldName,
description,
};