projects/wms-framework/src/lib/basecomponentmodel/Bindings/BindingValidationError.ts
Information about validation errors
Properties |
ErrorContent |
Type : any
|
Default value : null
|
Exception |
Type : any
|
Default value : null
|
export class BindingValidationError {
ErrorContent: any = null;
Exception: any = null;
}