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?