wangkuiyi / sqlflowserver

The gRPC proxy server of SQL engines
1 stars 2 forks source link

A gRPC server should be able to return errors to the client #19

Open tonyyang-svail opened 5 years ago

tonyyang-svail commented 5 years ago

A gRPC server should be able to return errors to the client.

Example:

  1. http://avi.im/grpc-errors/#go
  2. https://github.com/avinassh/grpc-errors/tree/master/go