Sometimes, I want to return a Status::OK but with a custom message in error_message(). I cannot extract the error_message in a Status::OK from client. I have to change the server to return some random error like UNKNOWN, OUT_OF_RANGE to read error_message() from the server. tldr; How can I extract error_message() from a StatusCode::OK in client?
-- 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/fd16db9d-cdc6-450d-a5cf-10bda50bf55bn%40googlegroups.com.
