We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ValidationError (why is it a dataclass btw?) and it's child classes don't provide any details of:
ValidationError
dataclass
Failed validating 'oneOf' in schema
Failed validating 'minLength=3
foo.bar.array[1].some.nested.field
These details used to be available in previous versions, but now the error text is very plain, just Request body validation error and such.
Request body validation error
To log the details, for easier debugging/understanding.
Or, maybe even return them to the caller, so they can understand why the API is not accepting their request.
No response
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suggested Behavior
The
ValidationError
(why is it adataclass
btw?) and it's child classes don't provide any details of:Failed validating 'oneOf' in schema
orFailed validating 'minLength=3
)foo.bar.array[1].some.nested.field
)These details used to be available in previous versions, but now the error text is very plain, just
Request body validation error
and such.Why is this needed?
To log the details, for easier debugging/understanding.
Or, maybe even return them to the caller, so they can understand why the API is not accepting their request.
References
No response
Would you like to implement a feature?
None
The text was updated successfully, but these errors were encountered: