TxBuilderException

scalus.cardano.txbuilder.TxBuilderException
See theTxBuilderException companion class

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class BalancingException(error: TxBalancingError, context: Context) extends TxBuilderException

Error during transaction balancing.

Error during transaction balancing.

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class BuildStepException(stepError: StepError, context: Context) extends TxBuilderException

Error during transaction building step processing.

Error during transaction building step processing.

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class CollateralSelectionException(requiredAmount: Coin, sponsorAddress: Address, cause: Option[Throwable] = ...) extends TxBuilderException

Could not find suitable collateral UTXOs.

Could not find suitable collateral UTXOs.

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class ContextInitializationException(msg: String, buildError: Option[SomeBuildError] = ...) extends TxBuilderException

Context initialization failed.

Context initialization failed.

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class DelayedRedeemerException(msg: String, cause: Option[Throwable] = ...) extends TxBuilderException

Delayed redeemer computation failed.

Delayed redeemer computation failed.

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class InsufficientAdaException(required: Coin, available: Coin, sponsorAddress: Address) extends TxBuilderException

Insufficient ADA for transaction completion.

Insufficient ADA for transaction completion.

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class InsufficientCollateralForReturnException(totalCollateralAda: Coin, requiredCollateral: Coin, minAdaForReturn: Coin) extends TxBuilderException

Collateral contains tokens but insufficient ADA for valid return output.

Collateral contains tokens but insufficient ADA for valid return output.

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class InsufficientTokensException(policyId: PolicyId, assetName: AssetName, required: Long, available: Long, sponsorAddress: Address) extends TxBuilderException

Insufficient tokens for transaction completion.

Insufficient tokens for transaction completion.

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class LedgerValidationException(error: TransactionException, context: Context) extends TxBuilderException

Ledger validation error.

Ledger validation error.

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Error during redeemer indexing.

Error during redeemer indexing.

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Converts a SomeBuildError to the appropriate TxBuilderException.

Converts a SomeBuildError to the appropriate TxBuilderException.

Attributes