4,332 matches across 25 files for error
snippet_mode: summary · sorted by relevance
41▶ get_missing_field_error,
+ 42 more matches in this file
+ 64 more matches in this file
220▶ shutil.rmtree(lang_stage_path, ignore_errors=True)
+ 15 more matches in this file
42▶validation_error_definition = {
+ 12 more matches in this file
14▶from fastapi.exceptions import RequestValidationError, WebSocketRequestValidationError
+ 25 more matches in this file
22▶from pydantic import PydanticSchemaGenerationError as PydanticSchemaGenerationError
+ 14 more matches in this file
374▶ auto_error: Annotated[
+ 21 more matches in this file
78▶ auto_error: bool = True,
+ 32 more matches in this file
+ 11 more matches in this file
52▶ except TypeError: # pragma: no cover
+ 2 more matches in this file
16▶ state: Literal["pending", "success", "error"] = "pending"
+ 5 more matches in this file
+ 7 more matches in this file
136▶ logging.error(f"Response was not 200, after: {after}")
+ 7 more matches in this file
323▶ if (/code|token|error/.test(window.location.hash)) {
+ 7 more matches in this file
12▶ PydanticSchemaGenerationError,
+ 4 more matches in this file
29▶ raise ValueError(f"Invalid version: {version!r}. Expected format: X.Y.Z")
+ 7 more matches in this file
+ 20 more matches in this file
+ 9 more matches in this file
22▶from fastapi.exceptions import PydanticV1NotSupportedError
+ 7 more matches in this file
10▶from jwt.exceptions import InvalidTokenError
+ 2 more matches in this file
11▶from jwt.exceptions import InvalidTokenError
+ 2 more matches in this file
70▶ console.error("Custom prompt found but no end delimiter", line)
+ 1 more matches in this file
107▶ logging.error(f"Response was not 200, after: {after}")
+ 7 more matches in this file
19▶ An HTTP exception you can raise in your own code to show errors to the client.
+ 30 more matches in this file
96▶ except ValueError as e:
+ 1 more matches in this file
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |