Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the name of the specified error code.
virtual string message(error_code::value_type _Val) const = 0;
Parameters
Parameter |
Description |
---|---|
_Val |
The error code value to describe. |
Return Value
Returns a descriptive name of the error code _Val for the category.
Requirements
Header: <system_error>
Namespace: std