Documentation
Preparing search index...
@mysten/seal
SealAPIError
Class SealAPIError
Hierarchy (
View Summary
)
SealError
SealAPIError
InvalidPTBError
InvalidPackageError
InvalidParameterError
InvalidUserSignatureError
InvalidSessionKeySignatureError
InvalidMVRNameError
InvalidKeyServerObjectIdError
UnsupportedPackageIdError
InvalidSDKVersionError
InvalidSDKTypeError
DeprecatedSDKVersionError
NoAccessError
ExpiredSessionKeyError
InternalError
GeneralError
Index
Constructors
constructor
Properties
cause?
message
name
request
Id?
stack?
status?
Methods
assert
Response
is
Error
Constructors
constructor
new
SealAPIError
(
message
:
string
,
requestId
?:
string
,
status
?:
number
,
)
:
SealAPIError
Parameters
message
:
string
Optional
requestId
:
string
Optional
status
:
number
Returns
SealAPIError
Properties
Optional
cause
cause
?:
unknown
message
message
:
string
name
name
:
string
Optional
request
Id
requestId
?:
string
Optional
stack
stack
?:
string
Optional
status
status
?:
number
Methods
Static
assert
Response
assertResponse
(
response
:
Response
,
requestId
:
string
)
:
Promise
<
void
>
Parameters
response
:
Response
requestId
:
string
Returns
Promise
<
void
>
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
request
Id
stack
status
Methods
assert
Response
is
Error
Documentation
Loading...
Indicates whether the argument provided is a built-in Error instance or not.