Merge pull request #15 from sym3tri/errorcode-support
fix(event): add optional errorcode field to event
This commit is contained in:
commit
bd37826a4f
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ type Event struct {
|
||||||
Type string `xml:"eventtype,attr,omitempty"`
|
Type string `xml:"eventtype,attr,omitempty"`
|
||||||
Result string `xml:"eventresult,attr,omitempty"`
|
Result string `xml:"eventresult,attr,omitempty"`
|
||||||
PreviousVersion string `xml:"previousversion,attr,omitempty"`
|
PreviousVersion string `xml:"previousversion,attr,omitempty"`
|
||||||
|
ErrorCode string `xml:"errorcode,attr,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Urls struct {
|
type Urls struct {
|
||||||
|
|
Loading…
Reference in a new issue