Method
error_code
@brief 函数名:error_code @details 函数功能:获取错误代码 @return 错误代码
Source from the content-addressed store, hash-verified
| 111 | //! @return 错误代码 |
| 112 | //! |
| 113 | CLIErrorCode error_code() const { return error_code_; } |
| 114 | |
| 115 | //! |
| 116 | //! @brief 函数名:set_error_code |