[WIP] Support error details
Fixes #109
I know this problem, I plan to do so. But the problem is there's not a good way to encode/decode google.protobuf.Any now, so I paused this PR. Let me revisit this again after I make more progress in protobuf side.
btw, the reason why handling google.protobuf.Any is hard is there's no native support for global registering in runtime like https://github.com/protocolbuffers/protobuf-go/blob/master/types/known/anypb/any.pb.go#L250. I implemented a similar thing recently in https://github.com/tony612/protobuf-elixir/pull/83/files#diff-343d0a95ba21cab58868d21213e1ac67R13, which probably can solve this problem.
Cool, thanks for the update! Feel free to reach out if you want help with anything.
Hi @tony612 👋 Any update about this? Could you find a good way to encode/decode the google.protobuf.Any?
Closing this as stale for now
Sadly just seen this closed. Also just ran into this again. Anything I can do to support here?