UNPKG

@veeroute/lss-agro-angular

Version:

OpenAPI client for @veeroute/lss-agro-angular

27 lines (26 loc) 637 B
/** * VRt.Agro [AG] * * The version of the OpenAPI document: 7.33.3222 * Contact: support@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { TracedataAgro } from './tracedata'; import { SchemaErrorAgro } from './schemaError'; /** * Error details for 400 `Bad Request`. */ export interface General400Agro { [key: string]: any | any; tracedata: TracedataAgro; /** * Error message. */ message?: string | null; /** * List of syntax errors - data does not match the schema. */ schema_errors?: Array<SchemaErrorAgro>; }