Change default error code from 500 to 503 in case message is not ready
[osm/common.git] / osm_common / msgbase.py
index 98f97bf..2b338df 100644 (file)
@@ -10,7 +10,7 @@ class MsgException(Exception):
     Base Exception class for all msgXXXX exceptions
     """
 
-    def __init__(self, message, http_code=HTTPStatus.INTERNAL_SERVER_ERROR):
+    def __init__(self, message, http_code=HTTPStatus.SERVICE_UNAVAILABLE):
         """
         General exception
         :param message:  descriptive text