| 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] |
import { LookupErrorSchemaMeta } from 'bandwidth-sdk';
const instance: LookupErrorSchemaMeta = {
phoneNumbers,
message,
code,
};