| Source |
{{ getSourceLabel(selectedDownload.source_id) }} |
| URL |
{{ selectedDownload.url }} |
| Files Downloaded |
{{ selectedDownload.file_count }} |
| Created |
{{ formatDate(selectedDownload.created_at) }} |
| Started |
{{ formatDate(selectedDownload.started_at) }} |
| Completed |
{{ formatDate(selectedDownload.completed_at) }} |
| Error Type |
{{ formatErrorType(selectedDownload.error_type) }} |
| Error Message |
{{ selectedDownload.error_message }} |