on_chain_error_common() — langchain Function Reference
Architecture documentation for the on_chain_error_common() function in callbacks.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 22c9db9f_241e_131b_3b00_7f16f57be025["on_chain_error_common()"] bd0f558e_4f69_e5aa_d113_623bbeb51c3d["BaseFakeCallbackHandlerMixin"] 22c9db9f_241e_131b_3b00_7f16f57be025 -->|defined in| bd0f558e_4f69_e5aa_d113_623bbeb51c3d 8892478a_598b_bfe7_27b8_b7c4964629e9["on_chain_error()"] 8892478a_598b_bfe7_27b8_b7c4964629e9 -->|calls| 22c9db9f_241e_131b_3b00_7f16f57be025 14bd5e32_f4d0_c4f1_3e9f_45ec7644a386["on_chain_error()"] 14bd5e32_f4d0_c4f1_3e9f_45ec7644a386 -->|calls| 22c9db9f_241e_131b_3b00_7f16f57be025 style 22c9db9f_241e_131b_3b00_7f16f57be025 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/core/tests/unit_tests/fake/callbacks.py lines 77–78
def on_chain_error_common(self) -> None:
self.errors += 1
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does on_chain_error_common() do?
on_chain_error_common() is a function in the langchain codebase, defined in libs/core/tests/unit_tests/fake/callbacks.py.
Where is on_chain_error_common() defined?
on_chain_error_common() is defined in libs/core/tests/unit_tests/fake/callbacks.py at line 77.
What calls on_chain_error_common()?
on_chain_error_common() is called by 2 function(s): on_chain_error, on_chain_error.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free