Uses of Enum
io.vertx.openapi.validation.ValidatorErrorType
Packages that use ValidatorErrorType
-
Uses of ValidatorErrorType in io.vertx.openapi.validation
Subclasses with type arguments of type ValidatorErrorType in io.vertx.openapi.validationMethods in io.vertx.openapi.validation that return ValidatorErrorTypeModifier and TypeMethodDescriptionValidatorException.type()static ValidatorErrorTypeReturns the enum constant of this type with the specified name.static ValidatorErrorType[]ValidatorErrorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.vertx.openapi.validation with parameters of type ValidatorErrorTypeModifierConstructorDescriptionSchemaValidationException(String message, ValidatorErrorType type, OutputUnit outputUnit, Throwable cause) ValidatorException(String message, ValidatorErrorType type) protectedValidatorException(String message, ValidatorErrorType type, Throwable cause)