Errors

The Hiveage API will respond with following HTTP status codes if an error occurs while processing your request. We expect the client code to catch these errors with a fallback mechanism.

Error Meaning
401 Access Denied – User is not authenticated. Please check whether you passed the correct api_tokenwith your request.
403 Forbidden – You dont have access to the requested resource (e.g – a module is not enabled) or you have exceeded the maximum request rate (please read the Rate Limiting section)
422 Bad Request – The request is not correctly formatted or is missing some parameters. Verify whether you have properly constructed the XML or JSON request and have included all the required parameters.
404 Not Found – Requested resource is not available.
500 Server Error – Something is wrong with the Hiveage server. Try again in a couple of minutes and if its a recurring error, please contact Hiveage support
shell