vechain
docs
github
Preparing search index...
The search index is not available
vechain-sdk
vechain-sdk
@vechain/sdk-errors
InvalidKeystoreParams
Class InvalidKeystoreParams
Invalid keystore params error.
WHEN TO USE:
Error will be thrown when the keystore params are invalid.
Hierarchy (
view full
)
VechainSDKError
<
ObjectErrorData
>
InvalidKeystoreParams
Index
Constructors
constructor
Properties
data
error
Message
inner
Error?
method
Name
Constructors
constructor
new
Invalid
Keystore
Params
(
methodName
,
errorMessage
,
data
,
innerError
?
)
:
InvalidKeystoreParams
Parameters
methodName
:
string
errorMessage
:
string
data
:
ObjectErrorData
Optional
innerError
:
unknown
Returns
InvalidKeystoreParams
Properties
Readonly
data
data
:
ObjectErrorData
Readonly
error
Message
error
Message
:
string
Optional
Readonly
inner
Error
inner
Error
?:
unknown
Readonly
method
Name
method
Name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
data
error
Message
inner
Error
method
Name
vechain
docs
github
vechain-sdk
Loading...
Invalid keystore params error.
WHEN TO USE: