Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 708 Bytes

File metadata and controls

26 lines (20 loc) · 708 Bytes

Bandwidth::BrtcError

Properties

Name Type Description Notes
id String A unique identifier for the error. [optional]
type String The type of error.
description String A description of the error.
code String A code that uniquely identifies the error. [optional]
source BrtcErrorSource [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::BrtcError.new(
  id: 59512d87-7a92-4040-8e4a-78fb772019b9,
  type: resource.not_found,
  description: The requested resource was not found.,
  code: 404,
  source: null
)