Errors | Description |
---|---|
ACCOUNT_ID_DOES_NOT_EXIST |
The account id passed has not yet been created. |
ACCOUNT_UPDATE_FAILED |
The update of the account failed |
ACCOUNT_DELETED |
The account has been marked as deleted |
INVALID_ACCOUNT_AMOUNTS |
The crypto transfer credit and debit do not sum equal to 0 |
INVALID_INITIAL_BALANCE |
Attempt to set negative initial balance |
INVALID_RECEIVE_RECORD_THRESHOLD |
Attempt to set negative receive record threshold |
INVALID_SEND_RECORD_THRESHOLD |
Attempt to set negative send record threshold |
SETTING_NEGATIVE_ACCOUNT_BALANCE |
Attempting to set negative balance value for crypto account |
TRANSFER_LIST_SIZE_LIMIT_EXCEEDED |
Exceeded the number of accounts (both from and to) allowed for crypto transfer list |
TRANSAFER_ACCOUNT_SAME_AS_DELETE_ACCOUNT |
Transfer Account should not be same as Account to be deleted |