| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | A concise summary of the error used for categorization. | |
| description | String | A detailed explanation of the error. | |
| source | ErrorSource |
require 'bandwidth-sdk'
instance = Bandwidth::ErrorObject.new(
type: null,
description: null,
source: null
)