HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.web
/
ValidationResult
Validation
Result
data
class
ValidationResult
(
val
errors
:
List
<
String
>
,
val
warnings
:
List
<
String
>
)
Members
Constructors
Validation
Result
Link copied to clipboard
constructor
(
errors
:
List
<
String
>
,
warnings
:
List
<
String
>
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
String
>
is
Valid
Link copied to clipboard
val
isValid
:
Boolean
warnings
Link copied to clipboard
val
warnings
:
List
<
String
>