AgentRunFailureException

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.

Constructors

Link copied to clipboard
constructor(failedRecord: AgentRunRecord.Failed, cause: Throwable)

Properties

Link copied to clipboard

The analyzed failure carried by failedRecord.

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

The recorded failed agent run, already attached to the stage's substages.

Link copied to clipboard
open val message: String?