Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 565 Bytes

File metadata and controls

22 lines (15 loc) · 565 Bytes

MessagingRequestError

Properties

Name Type Description Notes
type string [default to undefined]
description string [default to undefined]

Example

import { MessagingRequestError } from 'bandwidth-sdk';

const instance: MessagingRequestError = {
    type,
    description,
};

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