You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Connect protocol is designed so that it can be transcoded to and from the gRPC protocol. This means that we are limited to the error codes also present in gRPC.
However, Connect (and most gRPC implementations) support error details. You can arbitrary Protobuf messages to provide error details. You can find documentation here, and they are also covered in the protocol spec.
Is there anything like this in connect-rpc world?
Currently only grpc defined error can be returned in connectrpc.
Clients need to use string compare to match the underlying error.
The text was updated successfully, but these errors were encountered: