Global errors for the OHGO API.
The following error codes may be returned from the API.
Errors
400 - Bad Request
Your request could not be processed.
This error should be accompanied by additional information in the error result.
401 - Unauthorized
Your request is unauthorized.
This is likely due to an invalid or missing API key.
403 - Forbidden
Your are not authorized to access the current endpoint.
404 - Resource Not Found
Could not find any results matching you request.
This is only returned when requesting resource by specific id.
429 - Too Many Requests
You have exceedded the limit of x requests in a timeframe.
500 - Internal Server Error
This is an unexpected internal error.
Please contact support if this occurs.