Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add API to make it easier to work with ErrorDetail if you have/want a…
…n Any (#409) If your code already has an instance of `Any`, it's a pain (and not even guaranteed to be possible at runtime!) to unmarshal the message therein only to re-wrap it in order to put it in an `ErrorDetail`. Similarly, if you can't unmarshal the contained type, it may be useful to access the `Any` envelope. This adds two new APIs for just this.
- Loading branch information