RuntimeError
Extends
Implements
- RuntimeError
Constructors
new RuntimeError()
new RuntimeError(message?): RuntimeError
Parameters
| Parameter | Type | 
|---|---|
| message? | string | 
Returns
Inherited from
Error.constructor
new RuntimeError()
new RuntimeError(message?, options?): RuntimeError
Parameters
| Parameter | Type | 
|---|---|
| message? | string | 
| options? | ErrorOptions | 
Returns
Inherited from
Error.constructor
Properties
| Property | Type | Default value | Overrides | Inherited from | 
|---|---|---|---|---|
| cause? | unknown | undefined | - | WebAssembly.RuntimeError.causeError.cause | 
| message | string | undefined | - | WebAssembly.RuntimeError.messageError.message | 
| name | string | 'RuntimeError' | WebAssembly.RuntimeError.nameError.name | - | 
| stack? | string | undefined | - | WebAssembly.RuntimeError.stackError.stack |