mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
Add Socket exception to ignored errors [skip ci]
This commit is contained in:
parent
db1fdac2b5
commit
9c26912ce9
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ class ExceptionHandler {
|
||||||
"errno = 110", // SocketException: Connection 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 = 57", // SocketException: Read failed (OS Error: Socket is not connected)
|
||||||
"errno = 28", // OS Error: No space left on device
|
"errno = 28", // OS Error: No space left on device
|
||||||
"PERMISSION_NOT_GRANTED",
|
"PERMISSION_NOT_GRANTED",
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue