langchain_core.tracers.langchain.log_error_once¶

langchain_core.tracers.langchain.log_error_once(method: str, exception: Exception) None[source]¶

记录一个错误。

Parameters
  • method (str) –

  • exception (Exception) –

Return type

None