Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 613 Bytes

File metadata and controls

24 lines (18 loc) · 613 Bytes

Bandwidth::LookupErrorSchema

Properties

Name Type Description Notes
code String Validation error code [optional]
description String Description of validation error [optional]
type String Type of validation error [optional]
meta LookupErrorSchemaMeta [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::LookupErrorSchema.new(
  code: NO-MATCH,
  description: Example error description,
  type: NumberInventory,
  meta: null
)