From what I can tell it is a library for standardising return values that is independent on the transport medium. A HTTP service may return a particular http code or body, and gRPC would have its own representation.
I think this library maps the different representations into a single representation.
6 comments
[ 7.8 ms ] story [ 28.3 ms ] threadI think this library maps the different representations into a single representation.
Example from the docs: