std::error_category::name
Min standard notice:
Returns a pointer to a null-terminated byte string that specifies the name of the error category.
# Declarations
virtual const char* name() const noexcept = 0;
(since C++11)
# Return value
Null-terminated byte string specifying the name of the error category.