During your use of Hooho, you might encounter various http status codes.
HTTP status code | Description | Reason |
---|---|---|
200 | OK | The request was accepted. |
400 | Bad Request | The request was denied due to a client error. (e.g. malformed request syntax, size too large, invalid request message framing, or deceptive request routing) |
401 | Unauthorized | A problem was encountered during the authentication process. (e.g. missing API key, not enough credit) |
405 | Method Not Allowed | The request method is not supported for the requested resource. |
5XX | Server errors | A problem has occured in the server during your request. It may or may not be due to your request. |