In client package we have a class called HttpResponseStatusCodes containing only the status code 500. At the same time we have an enum type called ResponseCode defined in fileHandler package.
We should refactor our code to use ResponseCode instead of HttpResponseStatusCodes and remove that file.
In client package we have a class called HttpResponseStatusCodes containing only the status code 500. At the same time we have an enum type called ResponseCode defined in fileHandler package.
We should refactor our code to use ResponseCode instead of HttpResponseStatusCodes and remove that file.