openapi-core icon indicating copy to clipboard operation
openapi-core copied to clipboard

Documentation doesn't explain validation errors

Open SethThoburn opened this issue 1 year ago • 0 comments

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.

SethThoburn avatar Mar 16 '23 14:03 SethThoburn