Search
Preparing search index...
The search index is not available
Diffusion JavaScript API 6.11.5
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
RuntimeError
Class RuntimeError
Hierarchy
Error
RuntimeError
Implements
DiffusionError
Index
Constructors
constructor
Properties
cause
message
name
stack
Error
type
Methods
get
Type
Constructors
constructor
new
Runtime
Error
(
message
:
string
, cause
?:
Error
|
ErrorReasonType
)
:
RuntimeError
Parameters
message:
string
Optional
cause:
Error
|
ErrorReasonType
Returns
RuntimeError
Properties
Optional
cause
cause
:
Error
|
ErrorReasonType
message
message
:
string
name
name
:
string
Optional
stack
stack
:
undefined
|
string
Static
Error
Error
:
ErrorConstructor
Static
type
type
:
"runtime_error"
= "runtime_error"
Methods
get
Type
get
Type
(
)
:
string
Returns
string
Globals
Runtime
Error
constructor
cause
message
name
stack
Error
type
get
Type