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 one returned by generic_category, this value corresponds to one of the values defined in <cerrno>.
Return Value
A string object with the message.