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.cause Error.cause | 
message | string | undefined | - | WebAssembly.RuntimeError.message Error.message | 
name | string | 'RuntimeError' | WebAssembly.RuntimeError.name Error.name | - | 
stack? | string | undefined | - | WebAssembly.RuntimeError.stack Error.stack |