yiguolei commented on code in PR #25745:
URL: https://github.com/apache/doris/pull/25745#discussion_r1369441597
##########
be/src/common/status.h:
##########
@@ -501,6 +502,8 @@ class [[nodiscard]] Status {
friend std::ostream& operator<<(std::ostream& ostr, const Status& status);
+ std::string msg() const { return _err_msg ? _err_msg->_msg : ""; }
Review Comment:
rename to error_msg()
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]