Constructor
# new AccountRequiresMemoError(message, accountId, operationIndex)
Parameters:
Name | Type | Description |
---|---|---|
message |
string
|
Human-readable error message |
accountId |
string
|
The account which requires a memo |
operationIndex |
number
|
The index of the operation where |
Example
console.log('The following account requires a memo ', err.accountId)
console.log('The account is used in operation: ', err.operationIndex)