Returns the name of the error code.
string message() const;
Return Value
A string representing the name of the error code.
Remarks
This member function returns category().message(value()).
Requirements
Header: <system_error>
Namespace: std
Returns the name of the error code.
string message() const;
A string representing the name of the error code.
This member function returns category().message(value()).
Header: <system_error>
Namespace: std