Public Vars

Back

agent-error (clj)

(source)

function

(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.

Examples