StepError

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

Attributes

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

Members list

Type members

Classlikes

case class AttachedScriptNotFound(scriptHash: ScriptHash, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class CannotMintZero(scriptHash: ScriptHash, assetName: AssetName, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class CollateralNotPubKey(utxo: Utxo, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class CollateralWithTokens(utxo: Utxo, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class DatumIsMissing(utxo: Utxo, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class FeeAlreadySet(currentFee: Long, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class IncorrectDatumHash(utxo: Utxo, datum: Data, datumHash: DataHash, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class IncorrectScriptHash(script: Script, hash: ScriptHash, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class RedeemerComputationFailed(message: String, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class RedeemerIndexingError(redeemer: Redeemer, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class ResolvedUtxosIncoherence(input: TransactionInput, existingOutput: TransactionOutput, incoherentOutput: TransactionOutput, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class Unimplemented(description: String, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class ValidityEndSlotAlreadySet(slot: Long, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class ValidityStartSlotAlreadySet(slot: Long, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class WrongCredentialType(action: Operation, expectedType: WitnessKind, cred: Credential, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class WrongNetworkId(address: Address, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all
case class WrongOutputType(expectedType: WitnessKind, utxo: Utxo, step: TransactionBuilderStep) extends StepError

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait StepError
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