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:

  1. Inspect the upload status and failure payload.
  2. Retry the upload processing if the API allows it.
  3. If retry returns upload_source_expired or upload_source_unavailable, create a new upload.
  4. Keep requestId for operator review if repeated transient failures occur.