validation_error | 400, 413, 415, 422 | Bad input: file type, schema, form values, JSON options, or a request over an input cap |
dataset_too_large | 413 | Row or column count over the deployment’s limit — detail.suggestion says what to do |
file_too_large | 413 | Upload over the byte limit |
invalid_preset | 400 | Unknown model tier |
auth_failed | 401, 403 | Missing, invalid or insufficient API key |
job_not_found | 404 | No such job for this key |
job_not_completed | 409 | Download requested before the job finished |
rate_limited | 429 | Too many requests — honour Retry-After |
server_overloaded | 503 | Job queue full — retry with backoff |
compute_unavailable | 503 | No compute worker reachable — retry later |
tabular_runtime_unavailable | 503 | Classification/regression is not enabled on this deployment |
fine_tune_disabled | 503 | Fine-tuning is not enabled on this deployment |
timeout | 504 | The job exceeded its time budget |
internal_error | 500 | Unexpected failure; the request_id identifies it in our logs |