openapi-core
openapi-core copied to clipboard
Documentation doesn't explain validation errors
There is an InvalidParameter error and a ParameterValidationError exported from openapi_core.validation.request.exceptions. The same is true for a lot of the other validation errors like SecurityValidationError. The docs don't explain when these errors are thrown or what the differences between them are.