toggle menu
yorkie
0.7.12
androidJvm
switch theme
search in API
yorkie
/
dev.yorkie.document.schema
/
TreeValidationResult
Tree
Validation
Result
data
class
TreeValidationResult
(
val
valid
:
Boolean
,
val
error
:
String
?
=
null
)
Result of validating a
CrdtTree
against a list of
Rule.TreeNodeRule
.
Members
Constructors
Tree
Validation
Result
Link copied to clipboard
constructor
(
valid
:
Boolean
,
error
:
String
?
=
null
)
Properties
error
Link copied to clipboard
val
error
:
String
?
=
null
valid
Link copied to clipboard
val
valid
:
Boolean