Uses of Interface
software.constructs.ValidationError
-
-
Uses of ValidationError in software.constructs
Classes in software.constructs that implement ValidationError Modifier and Type Class Description static class
ValidationError.Jsii$Proxy
An implementation forValidationError
Methods in software.constructs that return ValidationError Modifier and Type Method Description ValidationError
ValidationError.Builder. build()
Builds the configured instance.Methods in software.constructs that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>
Node. validate()
Validates tree (depth-first, pre-order) and returns the list of all errors.
-