Nodejs gRPC error with { [Error] code: 14, metadat

2019-09-10 04:30发布

I used gRPC In my application, but I got an error like this { [Error] code: 14, metadata: Metadata { _internal_repr: {} } }, I can't understand what's meaning. thanks for your answer .

1条回答
放荡不羁爱自由
2楼-- · 2019-09-10 05:31

This means that the server you sent the request to responded with status code 14: Unavailable. This is supposed to be a temporary status, so you should be able to successfully make the request just by sending it again.

查看更多
登录 后发表回答