Failed

scalus.cardano.txbuilder.TxBalancingError.Failed
final case class Failed(cause: Throwable)

Generic failure during balancing.

Catches unexpected errors that don't fit other categories, such as CBOR encoding issues or internal errors.

Value parameters

cause

the underlying exception

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product