Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 745 Bytes

File metadata and controls

24 lines (17 loc) · 745 Bytes

LookupErrorSchemaMeta

Properties

Name Type Description Notes
phoneNumbers Array<string> [optional] [default to undefined]
message string Message describing the error [optional] [default to undefined]
code number Error code associated with the message [optional] [default to undefined]

Example

import { LookupErrorSchemaMeta } from 'bandwidth-sdk';

const instance: LookupErrorSchemaMeta = {
    phoneNumbers,
    message,
    code,
};

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