Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dexceptions.py8 class ClientError(Exception): class
H A D__init__.py12 ClientError,
H A Dserv.py17 from .exceptions import ClientError, ServerError, ConnectionClosedError, InvokeError
104 except (ClientError, ConnectionError) as e:
115 raise ClientError("Unrecognized command %r" % msg)
H A Dconnection.py11 from .exceptions import ClientError, ConnectionClosedError
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/
H A D0001-Added-handshake-history-reporting-when-test-fails.patch50 + {"ClientError", CLIENT_ERROR},
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py319 raise bb.asyncrpc.ClientError("Unrecognized command %r" % msg)