We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d37f0d commit 734c50eCopy full SHA for 734c50e
videobox/videobox.go
@@ -14,6 +14,7 @@ import (
14
type Video struct {
15
ID string `json:"id"`
16
Status VideoStatus `json:"status"`
17
+ Error string `json:"error"`
18
DownloadTotal int64 `json:"downloadTotal,omitempty"`
19
DownloadComplete int64 `json:"downloadComplete,omitempty"`
20
DownloadEstimatedCompletion *time.Time `json:"downloadCompleteEstimate,omitempty"`
0 commit comments