Documentation
Preparing search index...
@mysten/seal
UserError
Class UserError
Hierarchy (
View Summary
)
SealError
UserError
InvalidPersonalMessageSignatureError
InvalidGetObjectError
UnsupportedFeatureError
UnsupportedNetworkError
InvalidKeyServerError
InvalidKeyServerVersionError
InvalidCiphertextError
InvalidThresholdError
InconsistentKeyServersError
DecryptionError
InvalidClientOptionsError
TooManyFailedFetchKeyRequestsError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
Methods
is
Error
Constructors
constructor
new
UserError
(
message
?:
string
)
:
UserError
Parameters
Optional
message
:
string
Returns
UserError
new
UserError
(
message
?:
string
,
options
?:
ErrorOptions
)
:
UserError
Parameters
Optional
message
:
string
Optional
options
:
ErrorOptions
Returns
UserError
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.