We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I hit error at client.sayHello() I got undefined err:
try { const res = await client.sayHello({ name: 'Bob' }) } catch (err) { throw err }
Anyway of getting what is the error I am hitting?
The text was updated successfully, but these errors were encountered:
Can you please provide more context and information. You can see sample usage here:
https://github.com/bojand/grpc-caller/blob/master/test/basics.test.js#L89
Sorry, something went wrong.
Yes I am doing just that, but there is an error with the call, and it catches err, but the err is undefined.
I am not able to know what error I am hitting.
bojand
No branches or pull requests
When I hit error at client.sayHello() I got undefined err:
Anyway of getting what is the error I am hitting?
The text was updated successfully, but these errors were encountered: