@eclipse-scout/core
Version:
Eclipse Scout runtime
7 lines • 310 B
TypeScript
import { Status } from '../../../index';
/**
* This status is used as a marker class to distinct between regular errors and errors thrown by the predict* functions of the DateField.
*/
export declare class DatePredictionFailedStatus extends Status {
}
//# sourceMappingURL=DatePredictionFailedStatus.d.ts.map