Skip to content
Alchemy Logo

BatchExecutionNotSupportedError

Defined in: aa-sdk/core/src/errors/account.ts:122

Represents an error indicating that batch execution is not supported for a specific account type.

new BatchExecutionNotSupportedError(accountType): BatchExecutionNotSupportedError;

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

Constructs an error message indicating that batch execution is not supported by the specified account type.

Parameters

ParameterTypeDescription

accountType

string

the type of account that does not support batch execution

Returns

BatchExecutionNotSupportedError

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"BatchExecutionNotSupportedError"

version

string

VERSION

Was this page helpful?