45 matches across 1 files for error lang:Python path:libs/core/langchain_core/callbacks/base.py
snippet_mode: auto · sorted by relevance
libs/core/langchain_core/callbacks/base.py PYTHON 45 matches · showing 5 view file →
25 """Mixin for `Retriever` callbacks."""
26
27 def on_retriever_error(
28 self,
29 error: BaseException,
· · ·
29 error: BaseException,
30 *,
31 run_id: UUID,
· · ·
33 **kwargs: Any,
34 ) -> Any:
35 """Run when `Retriever` errors.
36
37 Args:
· · ·
38 error: The error that occurred.
39 run_id: The ID of the current run.
40 parent_run_id: The ID of the parent run.
· · ·
107 """
108
109 def on_llm_error(
110 self,
111 error: BaseException,
+ 40 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.