Documentation
Preparing search index...
@mysten/sui
client
SimulationError
Class SimulationError
Hierarchy
SuiClientError
SimulationError
Index
Constructors
constructor
Properties
cause?
execution
Error?
message
name
stack?
Methods
is
Error
Constructors
constructor
new
SimulationError
(
message
:
string
,
options
?:
{
cause
?:
unknown
;
executionError
?:
ExecutionError
}
,
)
:
SimulationError
Parameters
message
:
string
Optional
options
:
{
cause
?:
unknown
;
executionError
?:
ExecutionError
}
Returns
SimulationError
Properties
Optional
cause
cause
?:
unknown
Optional
execution
Error
executionError
?:
ExecutionError
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Methods
Static
is
Error
isError
(
error
:
unknown
)
:
error
is
Error
Indicates whether the argument provided is a built-in Error instance or not.
Parameters
error
:
unknown
Returns
error
is
Error
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
execution
Error
message
name
stack
Methods
is
Error
Documentation
Loading...
Indicates whether the argument provided is a built-in Error instance or not.