Package | Description |
---|---|
io.vertx.openapi.validation |
Modifier and Type | Class and Description |
---|---|
class |
SchemaValidationException
A SchemaValidationException is a special case of a
ValidatorException and is thrown, if the validation of a
request or response fails due to a schema violation. |
Modifier and Type | Method and Description |
---|---|
static ValidatorException |
ValidatorException.createCantDecodeValue(Parameter parameter) |
static ValidatorException |
ValidatorException.createInvalidValueFormat(Parameter parameter) |
static ValidatorException |
ValidatorException.createMissingRequiredParameter(Parameter parameter) |
static ValidatorException |
ValidatorException.createOperationIdInvalid(String operationId) |
static ValidatorException |
ValidatorException.createOperationNotFound(HttpMethod method,
String path) |
static ValidatorException |
ValidatorException.createResponseNotFound(int statusCode,
String operation) |
static ValidatorException |
ValidatorException.createUnsupportedValueFormat(Parameter parameter) |
Copyright © 2024 Eclipse. All rights reserved.