Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 836 Bytes

File metadata and controls

26 lines (19 loc) · 836 Bytes

LookupErrorSchema

Properties

Name Type Description Notes
code string Validation error code [optional] [default to undefined]
description string Description of validation error [optional] [default to undefined]
type string Type of validation error [optional] [default to undefined]
meta LookupErrorSchemaMeta [optional] [default to undefined]

Example

import { LookupErrorSchema } from 'bandwidth-sdk';

const instance: LookupErrorSchema = {
    code,
    description,
    type,
    meta,
};

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