Searched refs:SnapshotDestructionFailure (Results 1 – 3 of 3) sorted by relevance
210 class SnapshotDestructionFailure(MultipleOperationsFailure): class214 super(SnapshotDestructionFailure, self).__init__(
154 ret, errlist, snaps, lzc_exc.SnapshotDestructionFailure, _map)
747 with self.assertRaises(lzc_exc.SnapshotDestructionFailure) as ctx:753 with self.assertRaises(lzc_exc.SnapshotDestructionFailure) as ctx:769 with self.assertRaises(lzc_exc.SnapshotDestructionFailure):772 with self.assertRaises(lzc_exc.SnapshotDestructionFailure):782 with self.assertRaises(lzc_exc.SnapshotDestructionFailure):784 with self.assertRaises(lzc_exc.SnapshotDestructionFailure):793 with self.assertRaises(lzc_exc.SnapshotDestructionFailure) as ctx:923 with self.assertRaises(lzc_exc.SnapshotDestructionFailure) as ctx:3145 with self.assertRaises(lzc_exc.SnapshotDestructionFailure) as ctx: