Documentation
Preparing search index...
@mysten/payment-kit
PaymentKitClientError
Class PaymentKitClientError
Hierarchy
Error
PaymentKitClientError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
Methods
is
Error
Constructors
constructor
new
PaymentKitClientError
(
message
?:
string
)
:
PaymentKitClientError
Parameters
Optional
message
:
string
Returns
PaymentKitClientError
new
PaymentKitClientError
(
message
?:
string
,
options
?:
ErrorOptions
,
)
:
PaymentKitClientError
Parameters
Optional
message
:
string
Optional
options
:
ErrorOptions
Returns
PaymentKitClientError
Properties
Optional
cause
cause
?:
unknown
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
message
name
stack
Methods
is
Error
Documentation
Loading...
Indicates whether the argument provided is a built-in Error instance or not.