UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

27 lines (26 loc) 635 B
/** * VRt.Studio [ST] * * 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 { TracedataStudio } from './tracedata'; import { SchemaErrorStudio } from './schemaError'; /** * 400 Error details. */ export interface General400Studio { [key: string]: any | any; tracedata: TracedataStudio; /** * Error message. */ message?: string | null; /** * List of syntax errors - data does not match the schema. */ schema_errors?: Array<SchemaErrorStudio>; }