locking.SharedLock: Fix bug in delete function
[ganeti-local] / lib / errors.py
index ec154f7..9fd9868 100644 (file)
@@ -297,6 +297,28 @@ class ConfdRequestError(GenericError):
   """
 
 
+class ConfdMagicError(GenericError):
+  """A magic fourcc error in Ganeti confd.
+
+  Errors processing the fourcc in ganeti confd datagrams.
+
+  """
+
+
+class ConfdClientError(GenericError):
+  """A magic fourcc error in Ganeti confd.
+
+  Errors in the confd client library.
+
+  """
+
+
+class UdpDataSizeError(GenericError):
+  """UDP payload too big.
+
+  """
+
+
 # errors should be added above