]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/dak_exceptions.py
Merge branch 'master' into bugfixes
[dak.git] / daklib / dak_exceptions.py
index b210a6f4f9a0978a09255934c391e17ef393cf05..ccd63e5055e28df08af620008e08e1457acddf2d 100755 (executable)
@@ -57,7 +57,10 @@ dakerrors = {
     "SendmailFailedError": """Exception raised when Sendmail invocation failed.""",
     "NoFreeFilenameError": """Exception raised when no alternate filename was found.""",
     "TransitionsError":    """Exception raised when transitions file can't be parsed.""",
-    "NoSourceFieldError":  """Exception raised - we cant find the source - wtf?"""
+    "NoSourceFieldError":  """Exception raised - we cant find the source - wtf?""",
+    "MissingContents":     """Exception raised - we could not determine contents for this deb""",
+    "DBUpdateError":       """Exception raised - could not update the database""",
+    "ChangesUnicodeError": """Exception raised - changes file not properly utf-8 encoded"""
 } #: All dak exceptions
 
 def construct_dak_exception(name, description):