Searched refs:RemoteError (Results 1 – 9 of 9) sorted by relevance
112 return RemoteError(result)115 return RemoteError('Unserializable message: %s\n' % result)119 class RemoteError(Exception): class
93 return RemoteError('Unserializable message: %s\n' % result)95 return RemoteError(result)99 class RemoteError(Exception): class
143 class RemoteError(AbortionError): class
474 with self.assertRaises(face.RemoteError):601 with self.assertRaises(face.RemoteError):
30 face.RemoteError),
1431 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError1483 self.assertRaises(RemoteError, foo._callmethod, '_h')
2425 expected_error = (RemoteError if self.TYPE == 'manager'2654 from multiprocessing.managers import BaseManager, BaseProxy, RemoteError2726 self.assertRaises(RemoteError, foo._callmethod, '_h')
1737 process then this is converted into a :exc:`RemoteError` exception and is
2023 process then this is converted into a :exc:`RemoteError` exception and is