Uses of Enum Class
cloud.opencode.base.yml.schema.ValidationError.ErrorType
Packages that use ValidationError.ErrorType
-
Uses of ValidationError.ErrorType in cloud.opencode.base.yml.schema
Subclasses with type arguments of type ValidationError.ErrorType in cloud.opencode.base.yml.schemaModifier and TypeClassDescriptionstatic enumError type enumeration for categorizing validation errors.Methods in cloud.opencode.base.yml.schema that return ValidationError.ErrorTypeModifier and TypeMethodDescriptionValidationError.type()Returns the value of thetyperecord component.static ValidationError.ErrorTypeReturns the enum constant of this class with the specified name.static ValidationError.ErrorType[]ValidationError.ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.yml.schema with parameters of type ValidationError.ErrorTypeModifierConstructorDescriptionValidationError(String path, String message, ValidationError.ErrorType type) Creates an instance of aValidationErrorrecord class.