| 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] |
require 'bandwidth-sdk'
instance = Bandwidth::LookupErrorSchema.new(
code: NO-MATCH,
description: Example error description,
type: NumberInventory,
meta: null
)