Helios API/ API Reference/ Classes/
RuntimeError
Used for errors thrown during Uplc evaluation
Hierarchy
-
Error
↳
RuntimeError
Index
Constructors
constructor
• new RuntimeError(message?
)
Parameters
Name | Type |
---|---|
message? | string |
Inherited from
Error.constructor
Properties
message
• message: string
Inherited from
Error.message
name
• name: string
Inherited from
Error.name
stack
• Optional
stack: string
Inherited from
Error.stack
Accessors
context
• get
context(): any
Returns
any