Searched refs:ContainerError (Results 1 – 10 of 10) sorted by relevance
233 raise error.ContainerError('Container %s already exists.' %262 raise error.ContainerError(356 raise error.ContainerError(384 raise error.ContainerError(442 raise error.ContainerError('%s is not properly set up.' %499 raise error.ContainerError(618 raise error.ContainerError(639 raise error.ContainerError(
40 except error.ContainerError:73 with self.assertRaises(error.ContainerError):124 with self.assertRaises(error.ContainerError):150 with self.assertRaises(error.ContainerError):
49 except error.ContainerError as e:68 raise error.ContainerError(
44 except error.ContainerError:106 except error.ContainerError:
60 except error.ContainerError:213 raise error.ContainerError('Result directory does not exist: %s',
33 except error.ContainerError:103 with self.assertRaises(error.ContainerError):
124 raise error.ContainerError('Package installation is only supported '
62 raise error.ContainerError('Failed to find network interface used by '
61 except error.ContainerError:
498 class ContainerError(Exception): class