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

client: Include version info and interface name in BindError #682

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 18, 2023

  1. client: Include version info and interface name in BindError

    When `BindError` is returned (and bubbled up by callers) it is no longer
    clear what interface or version was requested (nor what is the highest
    this server might be able to provide), leaving users to wonder what the
    context for the error is.
    
    Add this information to the object to elaborate in error messages and
    allow callers to read the values after the fact.
    MarijnS95 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    068d582 View commit details
    Browse the repository at this point in the history