ClojureDocs

导航

命名空间

agent-error

clojure.core

自 1.2 起可用 (源代码)
  • (agent-error a)
Returns the exception thrown during an asynchronous action of the
agent if the agent is failed.  Returns nil if the agent is not
failed.