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

Allow marshalling a multi-error #15

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

Commits on Sep 6, 2017

  1. Allow marshalling a multi-error

    Without this change any objects containing a multierror will fail to
    Marshal, though most objects that implement the Error() interface
    are safe (albeit not useful) to convert to JSON.
    
    This pull request goes one step further and tries to make the JSON
    output somewhat useful, and defines a way to reconstruct a
    multierror that looks superficially similar to the original when
    Unmarshalled again.
    ConradIrwin committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    755a8ac View commit details
    Browse the repository at this point in the history