object ResultStatus
Enum with the different result statuses acknowledged by the app
- Companion:
- class
- Source:
- ResultStatus.scala
Type members
Classlikes
Data could not be validated, errors arose during the validation process
Data could not be validated, errors arose during the validation process
- Source:
- ResultStatus.scala
Data could be validated and turned out INVALID
Data could be validated and turned out INVALID
- Source:
- ResultStatus.scala
Data could be validated and turned out VALID
Data could be validated and turned out VALID
- Source:
- ResultStatus.scala
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Value members
Concrete methods
Shortcut for extracting the result status from a Validation result
Shortcut for extracting the result status from a Validation result
- Value parameters:
- report
Input result
- Returns:
An ERRORED status if results are missing, or a VALID/INVALID status depending on the input state
- Source:
- ResultStatus.scala