mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Bugsnag failure on I/O error
This commit is contained in:
parent
c49509cfcb
commit
3270faf44a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ internal class DefaultDelivery(
|
|||
return DeliveryStatus.UNDELIVERED
|
||||
} catch (exception: IOException) {
|
||||
logger.w("IOException encountered in request", exception)
|
||||
return DeliveryStatus.UNDELIVERED
|
||||
return DeliveryStatus.FAILURE
|
||||
} catch (exception: Exception) {
|
||||
logger.w("Unexpected error delivering payload", exception)
|
||||
return DeliveryStatus.FAILURE
|
||||
|
|
Loading…
Reference in a new issue