ChainExecutionException

constructor(chainId: String, failedStepId: String, cause: Throwable)

Parameters

chainId

The ID of the chain that failed.

failedStepId

The task ID of the step that caused the failure.

cause

The underlying exception from the step handler.