# VOFailedRecurrentTransfers

#### Blockchain Virtual Operations

* failed\_recurrent\_transfer

#### Columns

| **Name**              | **Description**                                                                                                                  |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| from                  | Account to transfer asset from                                                                                                   |
| to                    | Account to transfer asset to                                                                                                     |
| amount                | The amount of asset to transfer                                                                                                  |
| amount\_symbol        | The symbol of asset to transfer                                                                                                  |
| memo                  | communication that accompanies the transfer. The memo is plain-text, any encryption on the memo is up to a higher-level protocol |
| consecutive\_failures | How many times the recurrent payment failed to be executed                                                                       |
| remaining\_executions | How many times the recurrent payment should still be executed                                                                    |
| deleted               | Indicates that the recurrent transfer was deleted due to too many consecutive failures                                           |

#### Description

This virtual operation is issued when a recurrent transfer has failed to be executed (see [TxRecurrentTransfers (HF25)](https://docs.hivesql.io/technical-informations/operations/txrecurrenttransfers-hf25)).
