Home
last modified time | relevance | path

Searched refs:PropertyInvalid (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py55 raise lzc_exc.PropertyInvalid(name)
63 raise lzc_exc.PropertyInvalid(name)
73 raise lzc_exc.PropertyInvalid(name)
127 return lzc_exc.PropertyInvalid(name)
424 return lzc_exc.PropertyInvalid(name)
479 raise lzc_exc.PropertyInvalid(snapname)
504 raise lzc_exc.PropertyInvalid(name)
517 raise lzc_exc.PropertyInvalid(name)
535 raise lzc_exc.PropertyInvalid(name)
640 raise lzc_exc.PropertyInvalid(prop)
[all …]
H A Dexceptions.py491 class PropertyInvalid(ZFSError): class
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py408 with self.assertRaises(lzc_exc.PropertyInvalid):
416 with self.assertRaises(lzc_exc.PropertyInvalid):
424 with self.assertRaises(lzc_exc.PropertyInvalid):
488 self.assertIsInstance(e, lzc_exc.PropertyInvalid)
2887 self.assertIsInstance(e, lzc_exc.PropertyInvalid)
3616 with self.assertRaises(lzc_exc.PropertyInvalid):
3981 with self.assertRaises(lzc_exc.PropertyInvalid):
3992 with self.assertRaises(lzc_exc.PropertyInvalid):
4062 with self.assertRaises(lzc_exc.PropertyInvalid):
4072 with self.assertRaises(lzc_exc.PropertyInvalid):
[all …]