Searched refs:RemoteError (Results 1 – 6 of 6) sorted by relevance
143 class RemoteError(AbortionError): class
474 with self.assertRaises(face.RemoteError):601 with self.assertRaises(face.RemoteError):
104 return RemoteError('Unserializable message: %s\n' % result)106 return RemoteError(result)110 class RemoteError(Exception): class
30 (face.Abortion.Kind.REMOTE_FAILURE, face.RemoteError),
2544 expected_error = (RemoteError if self.TYPE == 'manager'2823 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError2896 self.assertRaises(RemoteError, foo._callmethod, '_h')
2070 process then this is converted into a :exc:`RemoteError` exception and is