Skip to content

Commit

Permalink
Fix XML in ErrorResponse to have the correct name (#4)
Browse files Browse the repository at this point in the history
See: rclone/rclone#7749

Co-authored-by: Nick Craig-Wood <[email protected]>
  • Loading branch information
itsHenry35 and ncw authored Jul 2, 2024
1 parent 3ea5cd2 commit f18f0fb
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 f18f0fb

Please sign in to comment.