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

correctly return message error if exists #224

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Conversation

mikemrm
Copy link
Contributor

@mikemrm mikemrm commented Mar 13, 2024

previously we were checking if the message had an error (which happens when the message fails to be decoded as json) and then we were promptly returning the nil error previously returned from the method request.

Now we capture the error returned by the resp.Error() method and return the error if one exists.

previously we were checking if the message had an error (which happens when the message fails to be decoded as json) and then we were promptly returning the nil error previously returned from the method request.

Now we capture the error returned by the `resp.Error()` method and return the error if one exists.

Signed-off-by: Mike Mason <[email protected]>
@mikemrm mikemrm marked this pull request as ready for review March 13, 2024 16:49
@mikemrm mikemrm requested review from a team as code owners March 13, 2024 16:49
@mikemrm mikemrm merged commit b57c0b4 into main Mar 15, 2024
5 checks passed
@mikemrm mikemrm deleted the return-decode-errors branch March 15, 2024 14:43
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