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
@jamesward is correct; we do not currently provide any API like this. I think there also may be confusion between io.grpc.Status and com.google.rpc.Status, the latter of which would just use Kotlin protobufs, which is a separate project from gRPC-Kotlin. It's not clear to me that com.google.rpc.Statusactually has any specific relationship with gRPC other than being used in some RPC services. io.grpc.Status is, as far as I'm aware, the only type with specific API and handling from the gRPC API.
Are there examples of how to return error responses using Kotlin styled builders?
For example, something like this:
but with this style of syntax
If this is possible how does one import these builders?
The text was updated successfully, but these errors were encountered: