toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.ux.form
/
ValidationResult
Validation
Result
data
class
ValidationResult
(
val
isValid
:
Boolean
,
val
errorMessage
:
String
?
=
null
)
Members
Constructors
Validation
Result
Link copied to clipboard
constructor
(
isValid
:
Boolean
,
errorMessage
:
String
?
=
null
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
=
null
is
Valid
Link copied to clipboard
val
isValid
:
Boolean