UNPKG

@veeroute/lss-routing-angular

Version:

OpenAPI client for @veeroute/lss-routing-angular

27 lines (26 loc) 641 B
/** * VRt.Routing [RT] * * The version of the OpenAPI document: 7.18.2755 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { SchemaErrorRouting } from './schemaError'; import { TracedataRouting } from './tracedata'; /** * 400 Error details. */ export interface General400Routing { [key: string]: any | any; tracedata: TracedataRouting; /** * Error message. */ message?: string | null; /** * List of syntax errors - data does not match the schema. */ schema_errors?: Array<SchemaErrorRouting>; }