@Immutable @ThreadSafe public static interface TransferListener.Context.TransferFailed extends TransferListener.Context.TransferInitiated
Available context attributes:
| Modifier and Type | Method and Description |
|---|---|
Throwable |
exception()
The exception associated with the failed transfer.
|
progressSnapshot, requestThrowable exception()
Note that this would be the cause of a CompletionException, and not a CompletionException
itself.
Copyright © 2023. All rights reserved.