Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move ErrorResponse RequestId out of the Error element #199

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

andygrundman
Copy link

While working with an overly strict client library, I ran across a minor bug in goaws's ErrorResponse. According to the docs (link below), the RequestId element should be a sibling of Error, but goaws puts it inside. This patch should fix it. I apologize for not adding any tests, my Go knowledge is a bit too limited for that.

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-api-responses.html

@andygrundman andygrundman changed the title Move ErrorResponse RequestId out of the Error element, per Move ErrorResponse RequestId out of the Error element Aug 28, 2019
@p4tin p4tin merged commit cfaba87 into Admiral-Piett:master Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants