Mobile UI
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
Mobile UI
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component.table.model
/
ValidationResult
/
Failure
Failure
data
class
Failure
(
val
error
:
String
)
:
ValidationResult
Represents a failed validation result.
Members
Constructors
Failure
Link copied to clipboard
constructor
(
error
:
String
)
Properties
error
Link copied to clipboard
val
error
:
String
The error message describing why the validation failed.