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