| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<Link> | [default to undefined] | |
| data | object | [default to undefined] | |
| errors | Array<ModelError> | [default to undefined] |
import { ErrorResponse } from 'bandwidth-sdk';
const instance: ErrorResponse = {
links,
data,
errors,
};