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

fix error marshalling issues #235

Merged

Commits on Jun 14, 2024

  1. fix error marshalling issues

    Errors from AuthRelationshipResponse were being marshalled but due to the error interface could not be unmarshalled.
    This changes the type to be a new Errors type which can handle encoding and decoding errors without resulting in unmarshalling errors.
    
    The errors returned implement the error interface however they cannot be directly compared due to the errors being dynamically generated.
    
    Signed-off-by: Mike Mason <mimason@equinix.com>
    mikemrm committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e49d91a View commit details
    Browse the repository at this point in the history