Agent Run Failure Exception
class AgentRunFailureException(val failedRecord: AgentRunRecord.Failed, cause: Throwable) : Exception
Thrown by runAgent().getOrThrow() / runAgentOrThrow() to propagate a recorded agent run failure. The failedRecord is already added to the stage's substages before this exception is constructed.
Properties
Link copied to clipboard
The analyzed failure carried by failedRecord.
Link copied to clipboard
The recorded failed agent run, already attached to the stage's substages.