Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 449 Bytes

Error.md

File metadata and controls

22 lines (16 loc) · 449 Bytes

Bandwidth::Error

Properties

Name Type Description Notes
code Integer [optional]
description String [optional]
telephone_numbers Array<TelephoneNumber> [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::Error.new(
  code: null,
  description: null,
  telephone_numbers: null
)