Skip to content

Commit 734c50e

Browse files
committed
added Error field
1 parent 2d37f0d commit 734c50e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

videobox/videobox.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
type Video struct {
1515
ID string `json:"id"`
1616
Status VideoStatus `json:"status"`
17+
Error string `json:"error"`
1718
DownloadTotal int64 `json:"downloadTotal,omitempty"`
1819
DownloadComplete int64 `json:"downloadComplete,omitempty"`
1920
DownloadEstimatedCompletion *time.Time `json:"downloadCompleteEstimate,omitempty"`

0 commit comments

Comments
 (0)