Documentation
Preparing search index...
@mysten/enoki
EnokiClientError
Class EnokiClientError
Hierarchy
Error
EnokiClientError
Index
Constructors
constructor
Properties
cause?
code
errors
message
name
stack?
status
Methods
is
Error
Constructors
constructor
new
EnokiClientError
(
status
:
number
,
response
:
string
)
:
EnokiClientError
Parameters
status
:
number
response
:
string
Returns
EnokiClientError
Properties
Optional
cause
cause
?:
unknown
code
code
:
string
errors
errors
:
{
code
:
string
;
data
:
unknown
;
message
:
string
}
[]
= []
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
status
status
:
number
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
code
errors
message
name
stack
status
Methods
is
Error
Documentation
Loading...
Indicates whether the argument provided is a built-in Error instance or not.