Errors
transient_intake_failure
Dataset intake failed in a way that may be safe to retry.
transient_intake_failure means dataset intake failed while processing an upload, but the failure may be recoverable if the source is still available.
Recovery guidance
Recommended handling:
- Inspect the upload status and failure payload.
- Retry the upload processing if the API allows it.
- If retry returns
upload_source_expiredorupload_source_unavailable, create a new upload. - Keep
requestIdfor operator review if repeated transient failures occur.