Error Reference

UPLOAD_FAILED

Upload ingestion failed before the media could be processed.

This error means the upload stream or payload failed validation.

Typical causes

  • Client disconnected mid-upload
  • Upload stream error
  • File transfer interrupted

How to fix

  1. Retry upload from a stable network.
  2. Ensure upload request headers and body are correct.
  3. Confirm file meets minimum size/format requirements.

Example

{
  "errors": [
    {
      "message": "Upload failed — client disconnected or stream error",
      "code": "UPLOAD_FAILED",
      "documentation": "https://developers.rad.live/docs/errors/upload_failed"
    }
  ]
}

On this page