X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FHTTPRequest.py;h=567ac791b72b5d359e84f68cf5098700523e304b;hp=f94318d3a41efb87b55f9e2c5a1f0e8e08db6176;hb=26f067d4fb5a37eb4fe2eaf25b5113599cee1b90;hpb=a8c8bf7eb1130c1d9dedfd03b2437f1ac9c51d9b diff --git a/resources/libraries/python/HTTPRequest.py b/resources/libraries/python/HTTPRequest.py index f94318d3a4..567ac791b7 100644 --- a/resources/libraries/python/HTTPRequest.py +++ b/resources/libraries/python/HTTPRequest.py @@ -35,6 +35,7 @@ class HTTPCodes(IntEnum): UNAUTHORIZED = 401 FORBIDDEN = 403 NOT_FOUND = 404 + INTERNAL_SERVER_ERROR = 500 SERVICE_UNAVAILABLE = 503