langchain_core.tracers.langchain.log_error_once

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

单次记录错误。

参数
  • method (str) – 引起异常的方法。

  • exception (Exception) – 引发的异常。

返回类型

None