We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b04e9e commit c343f00Copy full SHA for c343f00
reqxml/err_example_test.go
@@ -13,10 +13,10 @@ import (
13
func ExampleError() {
14
type ErrorXML struct {
15
XMLName xml.Name `xml:"Error"`
16
- Code string
17
- Message string
18
- RequestID string `xml:"RequestId"`
19
- HostID string `xml:"HostId"`
+ Code string `xml:"Code"`
+ Message string `xml:"Message"`
+ RequestID string `xml:"RequestId"`
+ HostID string `xml:"HostId"`
20
}
21
22
var errObj ErrorXML
0 commit comments