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

private/protocol/query: Add parsing of ServiceUnavailableException #596

Merged
merged 1 commit into from
Mar 17, 2016

Commits on Mar 16, 2016

  1. private/protocol/query: Add parsing of ServiceUnavailableException

    Adds support to fallback and attempt to parse the
    ServiceUnavailableException out of the response body. This is helpful
    when the request failed and the service returned unavailable error.
    Previously the error unmarshaller would fail with a serialization error.
    
    Fix #331
    jasdel committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    fdad9d9 View commit details
    Browse the repository at this point in the history