Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 500 Bytes

FieldError.md

File metadata and controls

20 lines (14 loc) · 500 Bytes

Bandwidth::FieldError

Properties

Name Type Description Notes
field_name String The name of the field that contains the error [optional]
description String The error associated with the field [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::FieldError.new(
  field_name: from,
  description: '+invalid' must be replaced with a valid E164 formatted telephone number
)