fix(event): add optional errorcode field to event

This commit is contained in:
Ed Rooth 2014-05-23 11:26:29 -07:00
parent 6af1f79472
commit 392deac926
1 changed files with 1 additions and 0 deletions

View File

@ -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 {