From 392deac926be759710757e58df48ff08cacd80de Mon Sep 17 00:00:00 2001 From: Ed Rooth Date: Fri, 23 May 2014 11:26:29 -0700 Subject: [PATCH] fix(event): add optional errorcode field to event --- omaha/omaha.go | 1 + 1 file changed, 1 insertion(+) diff --git a/omaha/omaha.go b/omaha/omaha.go index 279a311..a60caf5 100644 --- a/omaha/omaha.go +++ b/omaha/omaha.go @@ -157,6 +157,7 @@ type Event struct { Type string `xml:"eventtype,attr,omitempty"` Result string `xml:"eventresult,attr,omitempty"` PreviousVersion string `xml:"previousversion,attr,omitempty"` + ErrorCode string `xml:"errorcode,attr,omitempty"` } type Urls struct {