Auto-save allows users to keep working without having to think of saving their progress all the time. However, due to network issues a possible attempt to save may fail.
Currently, when an error occurs, saving is attempted again after a few seconds (which is good), but we are just communicating that the saving failed.
Proposed solution
We can communicate more clearly that saving will be attempted again. The proposal is to present the error as "Unable to save. Retrying in in a moment..." to make the user aware that saving will happen again after a few seconds.

