Jan 5, 2024
Troubleshoot
Error Messages
Resolve issues by understanding error codes in more detail
Code | Name | Cause | Resolution |
400 | Bad Request | Missing/invalid parameters or schema mismatch. | Verify payload against Data Schemas. |
401 | Unauthorized | API key missing or invalid. | Provide valid |
403 | Forbidden | Key not scoped for this action. | Check API key scopes in Dashboard. |
404 | Not Found | Resource ( | Confirm correct identifiers. |
409 | Conflict | Datastore name exists or concurrent ops. | Use a unique |
422 | Unprocessable Entity | Data validation errors (e.g. timestamp format) | Inspect |
500 | Internal Server Error | Unexpected failure. | Retry after 30s; contact support if persists. |
503 | Service Unavailable | Training cluster at capacity. | Wait or request a priority slot. |