Package ch.tocco.nice2.validate.api.result
package ch.tocco.nice2.validate.api.result
-
ClassDescription
UNCHECKED => either not checked yet, or check skipped because others failed already. PRECONDITION_FAILED => for example a check that involves multiple fields is not executed because some information is missing; a definite check and result cannot be given at this time. this state could be used in the gui to not set the color of a field to green yet. DISABLED => for example after a warning which was suppressed, or a condition that disables it, or not checked because the value was empty. it can also mean "ignored". That might be the better name anyway. OK => check done and succeeded INFO => check done and theoretically failed but only fires an "info text". such a test cannot "fail". WARN => check done and succeeded, but a warning was issued. this may be ignored, logged, or shown to the user "are you sure?". ERROR => check done and failed
The result from a validation operation.