pre-commit-ci-lite[bot]
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/docs/tutorial/handling-errors.md
|
|
|
@ -178,7 +178,7 @@ async def response_validation_exception_handler(request, exc): |
|
|
|
... |
|
|
|
``` |
|
|
|
|
|
|
|
### FastAPI validation errors vs Pydantic `ValidationError` { #requestvalidationerror-vs-validationerror } |
|
|
|
### FastAPI validation errors vs Pydantic `ValidationError` { #fastapi-validation-errors-vs-pydantic-validationerror } |
|
|
|
|
|
|
|
/// warning |
|
|
|
|
|
|
|
|