Documentation
Preparing search index...
@mysten/seal
InvalidSessionKeySignatureError
Class InvalidSessionKeySignatureError
Hierarchy (
View Summary
)
SealAPIError
InvalidSessionKeySignatureError
Index
Constructors
constructor
Properties
cause?
message
name
request
Id?
stack?
status?
Methods
assert
Response
is
Error
Constructors
constructor
new
InvalidSessionKeySignatureError
(
requestId
?:
string
,
)
:
InvalidSessionKeySignatureError
Parameters
Optional
requestId
:
string
Returns
InvalidSessionKeySignatureError
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.