Error Codes
Common platform and service error codes.
Business Hub Errors
| Code | HTTP | Meaning |
|---|---|---|
| TBH_API_KEY_MISSING | 401 | API key was not supplied. |
| TBH_API_KEY_INVALID | 401 | API key is invalid or revoked. |
| TBH_TENANT_INACTIVE | 403 | Tenant is inactive or suspended. |
| TBH_SERVICE_ACCESS_DISABLED | 403 | Tenant or API key scope cannot access the service. |
| TBH_PRICE_KEY_NOT_CONFIGURED | 422 | Service pricing is not configured for the endpoint. |
| TBH_PRICE_KEY_INACTIVE | 422 | Service pricing is inactive for the endpoint. |
| TBH_WALLET_INSUFFICIENT_BALANCE | 422 | Wallet balance is not enough for the request. |
| TBH_RATE_LIMIT_EXCEEDED | 429 | Tenant or API key exceeded the configured limit. |
| TBH_PROVIDER_ERROR | 502 | Provider returned an error. |
| TBH_PROVIDER_TIMEOUT | 504 | Provider request timed out. |