Community
Participate
Working Groups
IIncomingFileTransferReceiveDoneEvent has a getException() method. IOutgoingFileTransferSendDoneEvent does not. There doesn't seem to be a way for the listener to know that the file transfer failed, is there?
I agree about the discord/asymmetry in the API...and we can/should fix it once we're out of the Helios freeze, but I believe you can get to at exception via: IOutgoingFileTransferSendDoneEvent.getSource().getException() I think I even had getException on IOutgoingFileTransferSendDoneEvent at one point...but removed it for reasons I can't remember. Given the getSource(), I'm going to downgrade this from major to normal.
Given comment 1 resolving as wontfix.