Nodejs gRPC error with { [Error] code: 14, metadata: Metadata { _internal_repr: {} } }

◇◆丶佛笑我妖孽 提交于 2019-12-12 03:22:45

问题


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:


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.



来源:https://stackoverflow.com/questions/38893402/nodejs-grpc-error-with-error-code-14-metadata-metadata-internal-repr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!