Y
Hacker News
new
|
ask
|
show
|
jobs
by
wora
3943 days 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/...
. The goal is to make it easier for developers to handle errors.
PS: I was the co-author of it.