Home
last modified time | relevance | path

Searched refs:JSONRPCException (Results 1 – 5 of 5) sorted by relevance

/external/autotest/frontend/afe/json_rpc/
Dproxy.py50 class JSONRPCException(Exception): class
53 class ValidationError(JSONRPCException):
81 for cls in JSONRPCException.__subclasses__():
88 return JSONRPCException(error_message)
111 raise JSONRPCException('Error decoding JSON reponse:\n' + respdata)
/external/autotest/server/cros/dynamic_suite/
Dfrontend_wrappers.py57 blacklist = (ImportError, error.RPCException, proxy.JSONRPCException,
Dsuite.py867 except (error.RPCException, proxy.JSONRPCException) as e:
/external/autotest/cli/
Dcli_mock.py92 comm.expect_call(op, **dargs).and_raises(proxy.JSONRPCException(expected))
/external/autotest/site_utils/
Drun_suite.py1510 error.RPCException, proxy.JSONRPCException) as e:
1615 except proxy.JSONRPCException as e: