Skip to content

Commit

Permalink
Fix XML in ErrorResponse to have the correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Apr 22, 2024
1 parent b7a9fdb commit 90e8e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions signature/signature-errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type APIError struct {

// the format of error response
type errorResponse struct {
XMLName xml.Name `xml:"Error"`
Code string
Message string
}
Expand Down

0 comments on commit 90e8e82

Please sign in to comment.