# VoiceApiError


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**id** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: VoiceApiError = {
    type,
    description,
    id,
};
```

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