@veeroute/lss-universal-angular
Version:
OpenAPI client for @veeroute/lss-universal-angular
27 lines (26 loc) • 669 B
TypeScript
/**
* VRt.Universal [UV]
*
* The version of the OpenAPI document: 7.23.2926
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
import { EntityPathUniversal } from './entityPath';
import { EntityErrorTypeUniversal } from './entityErrorType';
/**
* Description of the error in the input data.
*/
export interface EntityErrorUniversal {
[key: string]: any | any;
type: EntityErrorTypeUniversal;
/**
* Information about error.
*/
info?: string | null;
/**
* List of entities related to error.
*/
entities: Array<EntityPathUniversal>;
}