5 ms·
That is right. gRPC and Google APIs share one simple error model, as defined by https://github.com/google/googleapis/blob/master/google/rpc/status.proto https:/
by wora 11y ago
That is right. gRPC and Google APIs share one simple error model, as defined by https://github.com/google/googleapis/blob/master/google/rpc/status.proto https://github.com/google/googleapis/blob/master/google/rpc/.... The goal is to make it easier for developers to handle errors.
PS: I was the co-author of it.