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
- Retry upload from a stable network.
- Ensure upload request headers and body are correct.
- 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"
}
]
}