mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +00:00
Add connection timed out error to ignored errors [skip ci]
This commit is contained in:
parent
b5542d9f7d
commit
6d7ce369bf
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ class ExceptionHandler {
|
|||
"errno = 9", // SocketException: Bad file descriptor
|
||||
"errno = 32", // SocketException: Write failed (OS Error: Broken pipe)
|
||||
"errno = 60", // SocketException: Operation timed out
|
||||
"errno = 110", // SocketException: Connection timed out
|
||||
"errno = 54", // SocketException: Connection reset by peer
|
||||
"errno = 49", // SocketException: Can't assign requested address
|
||||
"errno = 28", // OS Error: No space left on device
|
||||
|
|
Loading…
Reference in a new issue