toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.validation
/
ValidationResult
Validation
Result
data
class
ValidationResult
(
val
isValid
:
Boolean
,
val
errors
:
List
<
ValidationError
>
)
Members
Constructors
Validation
Result
Link copied to clipboard
constructor
(
isValid
:
Boolean
,
errors
:
List
<
ValidationError
>
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
ValidationError
>
is
Valid
Link copied to clipboard
val
isValid
:
Boolean