# LookupErrorSchemaMeta


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**phoneNumbers** | **Array&lt;string&gt;** |  | [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

```typescript
import { LookupErrorSchemaMeta } from 'bandwidth-sdk';

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

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
