ugorji / go

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
MIT License
1.86k stars 295 forks source link

Create wrapper encode/decode error types #262

Closed akalin-keybase closed 6 years ago

akalin-keybase commented 6 years ago

This is so that the type of the underlying error doesn't get lost.

Also make the wrappers implement github.com/pkg/errors.causer.

ugorji commented 6 years ago

Trying to wrap up some work here and move onto other things, so I will just quickly implement the fixes and close the issue.

ugorji commented 6 years ago

Superceded by the change a65ca39

ugorji commented 6 years ago

Closing this as the fix is in via change a65ca39