Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 478 Bytes

File metadata and controls

22 lines (16 loc) · 478 Bytes

Bandwidth::ErrorObject

Properties

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

Example

require 'bandwidth-sdk'

instance = Bandwidth::ErrorObject.new(
  type: null,
  description: null,
  source: null
)