We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Error::message
1 parent 2328e84 commit ac8f06bCopy full SHA for ac8f06b
error/include/error/error.hpp
@@ -12,7 +12,7 @@ namespace error {
12
* @brief Represents error information.
13
*/
14
struct Error {
15
- std::string message; /**< The error message. */
+ const std::string message; /**< The error message. */
16
17
/**
18
* @brief Writes the string representation of an error object to the given
0 commit comments