| Name | Type | Description | Notes |
|---|---|---|---|
| code | string | Validation error code | [optional] [default to undefined] |
| description | string | Description of validation error | [optional] [default to undefined] |
| type | string | Type of validation error | [optional] [default to undefined] |
| meta | LookupErrorSchemaMeta | [optional] [default to undefined] |
import { LookupErrorSchema } from 'bandwidth-sdk';
const instance: LookupErrorSchema = {
code,
description,
type,
meta,
};