Uses of Record Class
cloud.opencode.base.yml.schema.ValidationError
Packages that use ValidationError
-
Uses of ValidationError in cloud.opencode.base.yml.schema
Methods in cloud.opencode.base.yml.schema that return types with arguments of type ValidationErrorModifier and TypeMethodDescriptionValidationResult.errors()Returns the value of theerrorsrecord component.ValidationResult.getErrors()Returns the list of validation errors.Method parameters in cloud.opencode.base.yml.schema with type arguments of type ValidationErrorModifier and TypeMethodDescriptionstatic ValidationResultValidationResult.failure(List<ValidationError> errors) Creates a failure validation result with the given errors.Constructor parameters in cloud.opencode.base.yml.schema with type arguments of type ValidationErrorModifierConstructorDescriptionValidationResult(boolean valid, List<ValidationError> errors) Canonical constructor that ensures the error list is immutable.