@veeroute/lss-studio-angular
Version:
OpenAPI client for @veeroute/lss-studio-angular
27 lines (26 loc) • 651 B
TypeScript
/**
* VRt.Studio [ST]
*
* 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 { EntityPathStudio } from './entityPath';
import { EntityErrorTypeStudio } from './entityErrorType';
/**
* Description of the error in the input data.
*/
export interface EntityErrorStudio {
[key: string]: any | any;
type: EntityErrorTypeStudio;
/**
* Information about error.
*/
info?: string | null;
/**
* List of entities related to error.
*/
entities: Array<EntityPathStudio>;
}