Skip to content
Alchemy Logo

InvalidDeferredActionNonce

Defined in: aa-sdk/core/src/errors/client.ts:124

Error class denoting that the deferred action nonce used is invalid.

new InvalidDeferredActionNonce(): InvalidDeferredActionNonce;

Defined in: aa-sdk/core/src/errors/client.ts:130

Initializes a new instance of the error message with a default message indicating that the provided deferred action nonce is invalid.

Returns

InvalidDeferredActionNonce

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"InvalidDeferredActionNonce"

version

string

VERSION

Was this page helpful?