Failure
scalus.uplc.eval.Result.Failure
final case class Failure(exception: Exception, budget: ExBudget, costs: Map[ExBudgetCategory, Seq[ExBudget]], logs: Seq[String])
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
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.
- Definition Classes
-
Result -> Any
- Inherited from:
- Result
In this article