std::system_error::what

Returns the explanatory string.

# Declarations

virtual const char* what() const noexcept;

(since C++11)

# Return value

Pointer to a null-terminated string with explanatory information.

# See also