Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 630 Bytes

File metadata and controls

24 lines (17 loc) · 630 Bytes

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

import { VoiceApiError } from 'bandwidth-sdk';

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

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