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
| Parameter | Type | Description |
|---|---|---|
|
| the type of account that does not support batch execution |
Returns
BatchExecutionNotSupportedError