Error Reference
Puga Trinicare uses standard HTTP response codes to indicate the success or failure of an API request. Codes in the 4xx range indicate an error that failed given the information provided.
| HTTP | Type | Description |
|---|---|---|
| 400 | bad_request | Missing required parameters or invalid JSON body. |
| 401 | unauthorized | Invalid API key or expired JWT token. |
| 403 | forbidden | Insufficient RBAC permissions for the requested resource. |
| 404 | not_found | The clinical resource (e.g., patient ID) does not exist. |
| 429 | rate_limit | Too many requests. Quota exceeded for your tier. |
| 500 | api_error | Internal medical core processing failure. |
Need Clinical Debugging?
If you encounter an error not listed here, please provide the X-Request-ID from your response header to our engineering support team.