Skip to content
Alchemy Logo

EntityIdOverrideError

Defined in: packages/smart-accounts/src/errors/EntityIdOverrideError.ts:6

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

  • BaseError

new EntityIdOverrideError(): EntityIdOverrideError;

Defined in: packages/smart-accounts/src/errors/EntityIdOverrideError.ts:12

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"

Was this page helpful?