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 Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def explain: String

Human-readable explanation of the error

Human-readable explanation of the error

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product