4,332 matches across 25 files for error
snippet_mode: summary · sorted by relevance
fastapi/dependencies/utils.py PYTHON 43 matches · showing 1 view file →
41 get_missing_field_error,
+ 42 more matches in this file
fastapi/routing.py PYTHON 65 matches · showing 1 view file →
64 FastAPIError,
+ 64 more matches in this file
scripts/docs.py PYTHON 16 matches · showing 1 view file →
220 shutil.rmtree(lang_stage_path, ignore_errors=True)
+ 15 more matches in this file
fastapi/openapi/utils.py PYTHON 13 matches · showing 1 view file →
42validation_error_definition = {
+ 12 more matches in this file
fastapi/applications.py PYTHON 26 matches · showing 1 view file →
14from fastapi.exceptions import RequestValidationError, WebSocketRequestValidationError
+ 25 more matches in this file
fastapi/_compat/v2.py PYTHON 15 matches · showing 1 view file →
22from pydantic import PydanticSchemaGenerationError as PydanticSchemaGenerationError
+ 14 more matches in this file
fastapi/security/oauth2.py PYTHON 22 matches · showing 1 view file →
374 auto_error: Annotated[
+ 21 more matches in this file
fastapi/security/http.py PYTHON 33 matches · showing 1 view file →
78 auto_error: bool = True,
+ 32 more matches in this file
scripts/notify_translations.py PYTHON 12 matches · showing 1 view file →
225 logging.error(
+ 11 more matches in this file
fastapi/_compat/shared.py PYTHON 3 matches · showing 1 view file →
52 except TypeError: # pragma: no cover
+ 2 more matches in this file
scripts/deploy_docs_status.py PYTHON 6 matches · showing 1 view file →
16 state: Literal["pending", "success", "error"] = "pending"
+ 5 more matches in this file
scripts/people.py PYTHON 8 matches · showing 1 view file →
209 logging.error(
+ 7 more matches in this file
scripts/contributors.py PYTHON 8 matches · showing 1 view file →
136 logging.error(f"Response was not 200, after: {after}")
+ 7 more matches in this file
fastapi/openapi/docs.py PYTHON 8 matches · showing 1 view file →
323 if (/code|token|error/.test(window.location.hash)) {
+ 7 more matches in this file
fastapi/utils.py PYTHON 5 matches · showing 1 view file →
12 PydanticSchemaGenerationError,
+ 4 more matches in this file
scripts/prepare_release.py PYTHON 8 matches · showing 1 view file →
29 raise ValueError(f"Invalid version: {version!r}. Expected format: X.Y.Z")
+ 7 more matches in this file
fastapi/security/api_key.py PYTHON 21 matches · showing 1 view file →
20 auto_error: bool,
+ 20 more matches in this file
scripts/doc_parsing_utils.py PYTHON 10 matches · showing 1 view file →
124 raise ValueError(
+ 9 more matches in this file
fastapi/encoders.py PYTHON 8 matches · showing 1 view file →
22from fastapi.exceptions import PydanticV1NotSupportedError
+ 7 more matches in this file
docs_src/security/tutorial005_py310.py PYTHON 3 matches · showing 1 view file →
10from jwt.exceptions import InvalidTokenError
+ 2 more matches in this file
docs_src/security/tutorial005_an_py310.py PYTHON 3 matches · showing 1 view file →
11from jwt.exceptions import InvalidTokenError
+ 2 more matches in this file
docs/en/docs/js/custom.js JAVASCRIPT 2 matches · showing 1 view file →
70 console.error("Custom prompt found but no end delimiter", line)
+ 1 more matches in this file
scripts/sponsors.py PYTHON 8 matches · showing 1 view file →
107 logging.error(f"Response was not 200, after: {after}")
+ 7 more matches in this file
fastapi/exceptions.py PYTHON 31 matches · showing 1 view file →
19 An HTTP exception you can raise in your own code to show errors to the client.
+ 30 more matches in this file
scripts/translation_fixer.py PYTHON 2 matches · showing 1 view file →
96 except ValueError as e:
+ 1 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.