DeferredResolutionFailed
scalus.cardano.txbuilder.StepError.DeferredResolutionFailed
case class DeferredResolutionFailed(cause: Exception, step: TransactionBuilderStep) extends StepError
A deferred step's resolve function threw an exception.
This typically happens when the off-chain transition logic fails (e.g., a require check in a UtxoCell transition function). The underlying exception is preserved for stack traces.
Value parameters
- cause
-
the exception thrown by the resolve function
- step
-
the deferred step that failed
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StepErrorclass Objecttrait Matchableclass Any
Members list
In this article