The manufacturer sender API leaves much to be desired, especially in asynchronous mode. These files are hidden from the user of the manufacturer. If they fail, you will eventually see an exception.
The problem in the asynchronous case is that you do not know if the initial batch was unsuccessful, so some assumptions will be involved if you want to retry sending later.
It appears that future releases (> 0.8.0) plan to improve this.
source share