Helios API/ API Reference/ Classes/

UplcError

Plutus-core error term

Hierarchy

Index

Constructors

constructor

new UplcError(site, msg?)

Parameters

NameType
siteSite
msg?string

Overrides

UplcTerm.constructor

Accessors

site

get site(): Site

Returns

Site

Inherited from

UplcTerm.site

type

get type(): number

Returns

number

Inherited from

UplcTerm.type

Methods

toString

toString(): string

Generic term toString method

Returns

string

Inherited from

UplcTerm.toString

transfer

transfer(other): any

Parameters

NameType
otherTransferUplcAst

Returns

any

Inherited from

UplcTerm.transfer