Set a specific error code.
| 116 | |
| 117 | /// Set a specific error code. |
| 118 | void SetErrorCode(TErrorCode::type e) { |
| 119 | error_ = e; |
| 120 | } |
| 121 | |
| 122 | /// Return the formatted error string. |
| 123 | const std::string& msg() const { |
no outgoing calls
no test coverage detected