Error Codes
Complete reference of all internal error codes generated by the BizKitHub core application. These error codes can be logged to system logs, returned as HTTP API responses, or sent via notification emails to organization administrators.
Error Response Format
All API errors follow a consistent JSON format with error code, message, and description fields.
INTERNAL _ACCOUNT _CAN _NOT _DETERMINATE _USER _IPCan not determinate user IP.
Failed to detect user IP address from HTTP request.
INTERNAL _TOO _MANY _REQUESTSRate limit exceeded
You have exceeded the rate limit for requests. Please try again later.
INTERNAL _USER _MUST _BE _AUTHORIZEDUser must be authorized
User is not logged in.
INTERNAL _ORGANISATION _IS _REQUIREDOrganisation context is required
Provide a valid organization ID or slug.
INTERNAL _ORDER _INSERT _FAILEDInserting order failed
An error occurred while inserting the order into the database. Failed to create order after multiple attempts
INTERNAL _ORGANISATION _NOT _FOUND _OR _USER _NOT _MEMBEROrganisation not found or user is not a member.
The specified organisation does not exist, or the user is not a member of the organisation.
PERMISSION _MEMBER _IS _BLOCKED _IN _ORGANISATIONOrganisation member has been blocked.
Your user account within the organisation has been blocked. For further information, please contact your organisation administrator.
PERMISSION _MEMBER _HAS _NO _PERMISSIONMember has no permission.
Your member account has not a permission for load this module.
PUBLIC _API _KEY _DOES _NOT _EXISTOrganisation API key does not exist or is broken.
Parameter "apiKey" is always required.
PUBLIC _API _KEY _IS _NOT _IN _VALID _FORMATOrganisation API key does not match expected format.
Please use 32 char length key generated from system.
PUBLIC _API _KEY _HAS _BEEN _DELETEDOrganisation API key has been deleted.
PUBLIC _API _KEY _IS _NOT _ACTIVEOrganisation API key is not active now.
PUBLIC _API _KEY _IS _EMPTYOrganisation API key is empty. Please add your API key to request query.
PUBLIC _API _KEY _HAS _BEEN _EXPIREDOrganisation API key has been expired.
PUBLIC _CALENDAR _DOES _NOT _EXISTCalendar does not exist.
Calendar does not exist, please check your calendar code and your permission.
PUBLIC _PRODUCT _DOES _NOT _EXISTProduct does not exist.
Product does not exist, please check your slug.
PUBLIC _CATEGORY _DOES _NOT _EXISTCategory does not exist.
Category does not exist, please check your slug.
PUBLIC _CUSTOMER _DETAIL _NOT _PERMITTEDYou have no permission to load this customer detail.
Wrong cuRefNo or your profile is not manager of this customer.
PUBLIC _CUSTOMER _CAN _NOT _ASSIGNEE _ITSELFCustomer can not assignee itself.
PUBLIC _TAG _USE _INVALID _FORMATTag use invalid format.
Tag key and value must be non-empty strings with a maximum length of 200 characters each.
Common HTTP Status Codes
4xx Client Errors
Client400- Bad Request401- Unauthorized403- Forbidden404- Not Found429- Too Many Requests
5xx Server Errors
Server500- Internal Server Error502- Bad Gateway503- Service Unavailable504- Gateway Timeout
2xx Success
Success200- OK201- Created204- No Content