Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 634 Bytes

TfvError.md

File metadata and controls

22 lines (16 loc) · 634 Bytes

Bandwidth::TfvError

Properties

Name Type Description Notes
type String [optional]
description String [optional]
errors Object Each key of this errors object refers to a field of the submitted object (using dot notation for nested objects), with the field being a key to an array of one or more errors for that field. [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::TfvError.new(
  type: Error Type,
  description: Error Message,
  errors: {"field":"error message"}
)