]> git.ipfire.org Git - people/stevee/pakfire.git/blobdiff - python/pakfire/errors.py
client/daemon: Don't make internal server errors fatal for keepalives/updates.
[people/stevee/pakfire.git] / python / pakfire / errors.py
index c0f711fc088371928913b3eb934d22f14b29a5f2..3af257d531be3513ddd1d067f40c8d8890a280fb 100644 (file)
@@ -102,6 +102,10 @@ class XMLRPCForbiddenError(XMLRPCError):
        message = _("You are forbidden to perform this action. Maybe you need to check your credentials.")
 
 
+class XMLRPCInternalServerError(XMLRPCError):
+       message = _("A request could not be fulfilled by the server.")
+
+
 class XMLRPCNotFoundError(XMLRPCError):
        message = _("Could not find the requested URL.")