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 _IP
Can not determinate user IP.
Failed to detect user IP address from HTTP request.
INTERNAL _TOO _MANY _REQUESTS
Rate limit exceeded
You have exceeded the rate limit for requests. Please try again later.
INTERNAL _USER _MUST _BE _AUTHORIZED
User must be authorized
User is not logged in.
INTERNAL _ORGANISATION _IS _REQUIRED
Organisation context is required
Provide a valid organization ID or slug.
PERMISSION _MEMBER _IS _BLOCKED _IN _ORGANISATION
Organisation 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 _PERMISSION
Member has no permission.
Your member account has not a permission for load this module.
PUBLIC _API _KEY _DOES _NOT _EXIST
Organisation API key does not exist or is broken.
Parameter "apiKey" is always required.
PUBLIC _API _KEY _IS _NOT _IN _VALID _FORMAT
Organisation API key does not match expected format.
Please use 32 char length key generated from system.
PUBLIC _API _KEY _HAS _BEEN _DELETED
Organisation API key has been deleted.
PUBLIC _API _KEY _IS _NOT _ACTIVE
Organisation API key is not active now.
PUBLIC _API _KEY _IS _EMPTY
Organisation API key is empty. Please add your API key to request query.
PUBLIC _API _KEY _HAS _BEEN _EXPIRED
Organisation API key has been expired.
PUBLIC _CALENDAR _DOES _NOT _EXIST
Calendar does not exist.
Calendar does not exist, please check your calendar code and your permission.
PUBLIC _PRODUCT _DOES _NOT _EXIST
Product does not exist.
Product does not exist, please check your slug.
PUBLIC _CATEGORY _DOES _NOT _EXIST
Category does not exist.
Category does not exist, please check your slug.
PUBLIC _CUSTOMER _DETAIL _NOT _PERMITTED
You have no permission to load this customer detail.
Wrong cuRefNo or your profile is not manager of this customer.
PUBLIC _CUSTOMER _CAN _NOT _ASSIGNEE _ITSELF
Customer can not assignee itself.
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