Skip to content
Alchemy Logo

EntityIdOverrideError

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

Error class denoting that the provided entity id is invalid because it's overriding the native entity id.

new EntityIdOverrideError(): EntityIdOverrideError;

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

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

Returns

EntityIdOverrideError

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"EntityIdOverrideError"

version

string

VERSION

Was this page helpful?