UplcFailure

scalus.uplc.UplcEvalResult.UplcFailure
final case class UplcFailure(errorCode: Int, error: String)

Represents a failure in evaluating a UPLC program

Value parameters

error

the error message returned by the uplc CLI

errorCode

the error code returned by the uplc CLI

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product