Uses of Class
io.vertx.openapi.contract.ContractErrorType
-
Packages that use ContractErrorType Package Description io.vertx.openapi.contract -
-
Uses of ContractErrorType in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return ContractErrorType Modifier and Type Method Description ContractErrorType
OpenAPIContractException. type()
static ContractErrorType
ContractErrorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContractErrorType[]
ContractErrorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.vertx.openapi.contract with parameters of type ContractErrorType Constructor Description OpenAPIContractException(String message, ContractErrorType type, Throwable cause)
-