Honeycomb interface state management test
[csit.git] / resources / libraries / python / HTTPRequest.py
index f94318d..567ac79 100644 (file)
@@ -35,6 +35,7 @@ class HTTPCodes(IntEnum):
     UNAUTHORIZED = 401
     FORBIDDEN = 403
     NOT_FOUND = 404
+    INTERNAL_SERVER_ERROR = 500
     SERVICE_UNAVAILABLE = 503