Uses of Class
io.vertx.openapi.validation.ValidatorErrorType
-
Packages that use ValidatorErrorType Package Description io.vertx.openapi.validation -
-
Uses of ValidatorErrorType in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation that return ValidatorErrorType Modifier and Type Method Description ValidatorErrorType
ValidatorException. type()
static ValidatorErrorType
ValidatorErrorType. valueOf(String name)
Returns 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 ValidatorErrorType Constructor Description SchemaValidationException(String message, ValidatorErrorType type, OutputUnit outputUnit, Throwable cause)
ValidatorException(String message, ValidatorErrorType type)
ValidatorException(String message, ValidatorErrorType type, Throwable cause)
-