@veeroute/lss-account-angular
Version:
OpenAPI client for @veeroute/lss-account-angular
27 lines (26 loc) • 641 B
TypeScript
/**
* VRt.Account [AC]
*
* 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 { SchemaErrorAccount } from './schemaError';
import { TracedataAccount } from './tracedata';
/**
* 400 Error details.
*/
export interface General400Account {
[key: string]: any | any;
tracedata: TracedataAccount;
/**
* Error message.
*/
message?: string | null;
/**
* List of syntax errors - data does not match the schema.
*/
schema_errors?: Array<SchemaErrorAccount>;
}