Refine client session and its examples.
This commit is contained in:
@@ -139,6 +139,10 @@ public:
|
||||
return msg_.c_str();
|
||||
}
|
||||
|
||||
Error error() const { return error_; }
|
||||
|
||||
bool timeout() const { return timeout_; }
|
||||
|
||||
private:
|
||||
Error error_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user