HTTP Responses

The below can be expected if there is a problem with an API request; when an HTTP 200 is not returned.

INTERNAL_SERVER_ERROR(500, "Internal Server Error"),
BAD_CREDENTIALS(401, "Bad Credentials"),
BAD_REQUEST(400, Check error description),