FdcDataSetValidationError typedef

FdcDataSetValidationError = void Function(FdcDataSet dataSet, List<FdcValidationError> errors)

Called after post validation has produced one or more validation errors.

The supplied list describes the failed post attempt and the dataset error store has already been updated when the callback runs. The active edit remains available for correction.

Implementation

typedef FdcDataSetValidationError =
    void Function(FdcDataSet dataSet, List<FdcValidationError> errors);