| Name | Type | Description | Notes |
|---|---|---|---|
| type | string | A concise summary of the error used for categorization. | [default to undefined] |
| description | string | A detailed explanation of the error. | [default to undefined] |
| source | ErrorSource | [default to undefined] |
import { ErrorObject } from 'bandwidth-sdk';
const instance: ErrorObject = {
type,
description,
source,
};