Simplify handling of regular fields in LUQuery*
[ganeti-local] / lib / errors.py
index 9136c5e..9fd9868 100644 (file)
@@ -305,6 +305,14 @@ class ConfdMagicError(GenericError):
   """
 
 
+class ConfdClientError(GenericError):
+  """A magic fourcc error in Ganeti confd.
+
+  Errors in the confd client library.
+
+  """
+
+
 class UdpDataSizeError(GenericError):
   """UDP payload too big.