std::error_category::default_error_condition
Min standard notice:
Returns the error condition for the given error value.
# Declarations
virtual std::error_condition default_error_condition( int val ) const noexcept;
(since C++11)
# Parameters
val: error value for which to return error condition
# Return value
The error condition for the given error code.