public pure virtual member function
<system_error>
virtual string message (int val) const = 0;
Error message
Parameters
- val
- A numerical value identifying an error condition.
If the error_category object is the generic_category, this argument is equivalent to an errno value (see errc for a list of standard values).
Return Value
A string object with the message.