Interface DQCheckResult.Status
-
- Enclosing class:
- DQCheckResult
public static interface DQCheckResult.StatusStatus of the data quality check.
-
-
Field Detail
-
PASSED
static final java.lang.String PASSED
passed.- See Also:
- Constant Field Values
-
FAILED
static final java.lang.String FAILED
failed.- See Also:
- Constant Field Values
-
ERROR
static final java.lang.String ERROR
error.- See Also:
- Constant Field Values
-
WARNING
static final java.lang.String WARNING
warning.- See Also:
- Constant Field Values
-
-