fix(event): add optional errorcode field to event
This commit is contained in:
parent
6af1f79472
commit
392deac926
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…
Add table
Reference in a new issue