mirror of https://github.com/skygpu/skynet.git
Add one more error to failable
parent
417851c13e
commit
802af99c39
|
@ -34,6 +34,7 @@ async def failable(fn: partial, ret_fail=None):
|
||||||
OSError,
|
OSError,
|
||||||
json.JSONDecodeError,
|
json.JSONDecodeError,
|
||||||
anyio.BrokenResourceError,
|
anyio.BrokenResourceError,
|
||||||
|
httpx.ConnectError,
|
||||||
httpx.ConnectTimeout,
|
httpx.ConnectTimeout,
|
||||||
httpx.ReadError,
|
httpx.ReadError,
|
||||||
httpx.ReadTimeout,
|
httpx.ReadTimeout,
|
||||||
|
|
Loading…
Reference in New Issue