-
Notifications
You must be signed in to change notification settings - Fork 10
Better errors #14
Copy link
Copy link
Open
Labels
featA new featureA new featureopenapiIssue or pull request related to OpenAPI codeIssue or pull request related to OpenAPI code
Milestone
Description
Metadata
Metadata
Assignees
Labels
featA new featureA new featureopenapiIssue or pull request related to OpenAPI codeIssue or pull request related to OpenAPI code
As of
2.0.0a2versionrororodoes not provide any specific error message on validation error, it fully relies onopenapi-coreand later on which error middleware used inaiohttp.webapplication (if any).Need to change this and return the predefined error response if some of request parameters or body is not valid (and same for response after #13 is done).
TODO: