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

Commits on Mar 13, 2024

  1. correctly return message error if 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 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    40f830d View commit details
    Browse the repository at this point in the history