std::error_code::message

Returns the message corresponding to the current error code value and category.

# Declarations

std::string message() const;

(since C++11)

# Return value

The error message corresponding to the current error code value and category.