Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 639 Bytes

File metadata and controls

24 lines (18 loc) · 639 Bytes

Bandwidth::ErrorSource

Properties

Name Type Description Notes
parameter String The relevant URI query parameter causing the error [optional]
field String The request body field that led to the error [optional]
header String The header field that contributed to the error [optional]
reference String A resource ID or path linked to the error [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::ErrorSource.new(
  parameter: null,
  field: null,
  header: null,
  reference: null
)