scalus.cardano.txbuilder.StepError
See theStepError companion object
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 Objecttrait Matchableclass Any
- Known subtypes
-
class AttachedScriptNotFoundclass CannotExtractSignaturesclass CannotMintZeroclass CollateralNotPubKeyclass DatumIsMissingclass DatumWitnessNotProvidedclass FeeAlreadySetclass IncorrectDatumHashclass IncorrectScriptHashclass InputAlreadyExistsclass RedeemerIndexingErrorclass ResolvedUtxosIncoherenceclass ScriptResolutionErrorclass Unimplementedclass UnneededSpoVoteWitnessclass WrongCredentialTypeclass WrongNetworkIdclass WrongOutputType
Members list
In this article