StepError

scalus.cardano.txbuilder.StepError
See theStepError companion object
sealed trait StepError

Base trait for errors that occur during transaction building step processing.

Each error captures the specific TransactionBuilderStep that caused the failure, allowing users to identify which operation in their transaction building sequence failed. The explain method provides a human-readable description of the error.

Attributes

See also

TransactionBuilder.build for the main entry point that may return these errors

SomeBuildError.SomeStepError for how step errors are wrapped in the build result

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def explain: String

Human-readable explanation of the error

Human-readable explanation of the error

Attributes

The transaction builder step that caused this error

The transaction builder step that caused this error

Attributes