BalancingException
scalus.cardano.txbuilder.TxBuilderException.BalancingException
final case class BalancingException(error: TxBalancingError, context: Context) extends TxBuilderException
Error during transaction balancing.
Attributes
- Graph
-
- Supertypes
-
trait Producttrait Equalsclass TxBuilderExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Returns true if this error was caused by a Plutus script failure.
Returns true if this error was caused by a Plutus script failure.
Attributes
Returns script execution logs if this was a script failure.
Returns script execution logs if this was a script failure.
Attributes
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article