Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 644 Bytes

File metadata and controls

22 lines (15 loc) · 644 Bytes

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

import { FieldError } from 'bandwidth-sdk';

const instance: FieldError = {
    fieldName,
    description,
};

[Back to Model list] [Back to API list] [Back to README]