C++ only: what is the way to extract the needed error code and the corresponding error string from the GRPC library when the <ClientWriter> Write() call fails?
The <ClientWriter> Write() call returns a useless Boolean True/False value. That Write() call fails - how can the error code, the corresponding error string and the overall Status of the respective Server-side call be retrieved (if, say, it is known that the Server-side code that participates in this Client streaming call fails)? Thank you in advance. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/928118a7-16de-45f4-84d4-fcfdf6128afan%40googlegroups.com.
