Home
last modified time | relevance | path

Searched refs:ClientError (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/
H A Dserv.py18 class ClientError(Exception): class
76 except ClientError as e:
88 raise ClientError("Unrecognized command %r" % msg)
126 raise ClientError("Nested chunks are not allowed")
H A D__init__.py33 from .serv import AsyncServer, AsyncServerConnection, ClientError, ServerError
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dpkg-stats435 except (aiohttp.ClientError, asyncio.TimeoutError):
494 except (aiohttp.ClientError, asyncio.TimeoutError):
520 except (aiohttp.ClientError, asyncio.TimeoutError):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dserver.py217 raise bb.asyncrpc.ClientError("Unrecognized command %r" % msg)