@veeroute/lss-routing-angular
Version:
OpenAPI client for @veeroute/lss-routing-angular
27 lines (26 loc) • 655 B
TypeScript
/**
* VRt.Routing [RT]
*
* The version of the OpenAPI document: 7.32.3215
* Contact: support@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';
/**
* Error details for 400 `Bad Request`.
*/
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>;
}