Merge pull request #15 from sym3tri/errorcode-support

fix(event): add optional errorcode field to event
This commit is contained in:
Brandon Philips 2014-05-30 11:30:03 -07:00
commit bd37826a4f
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 {