6,570 matches across 25 files for error lang:Python lang:Python lang:Python
snippet_mode: summary · sorted by relevance
34▶from json import JSONDecodeError
+ 101 more matches in this file
49▶ MultipleStructuredOutputsError,
+ 44 more matches in this file
72▶def _log_error_once(msg: str) -> None:
+ 46 more matches in this file
29▶ ValueError: If required keys are missing.
+ 31 more matches in this file
119▶ assert result.error is None
+ 143 more matches in this file
127▶ run_manager.on_chain_error(e)
+ 87 more matches in this file
172▶ `done` and `error` are safe read-only views of the terminal state
+ 56 more matches in this file
+ 46 more matches in this file
95▶ raise ValueError(msg)
+ 42 more matches in this file
35▶from langchain_core.exceptions import ErrorCode, create_message
+ 53 more matches in this file
133▶ raw_tool_call: Raw tool call to include in error message.
+ 34 more matches in this file
+ 11 more matches in this file
108▶def _generate_response_from_error(error: BaseException) -> list[ChatGeneration]:
+ 61 more matches in this file
107▶ ValueError: If path contains traversal sequences or violates prefix rules.
+ 22 more matches in this file
6▶from json import JSONDecodeError
+ 19 more matches in this file
356▶ raise ValueError(msg)
+ 17 more matches in this file
111▶ errors = [httpx.RequestError, httpx.StreamError]
+ 39 more matches in this file
21▶from langchain_core.exceptions import ContextOverflowError, OutputParserException
+ 34 more matches in this file
+ 98 more matches in this file
127▶ ValueError: If `early_stopping_method` is not supported.
+ 63 more matches in this file
32▶class ChevronError(SyntaxError):
+ 22 more matches in this file
43▶from langsmith.utils import LangSmithError
+ 64 more matches in this file
+ 65 more matches in this file
134▶ ValueError: If both `system_prompt` and `system_message` are provided.
+ 22 more matches in this file
+ 14 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 |