ClojureDocs

Nav

Namespaces

agent-error

clojure.core

Available since 1.2 (source)
  • (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.