Bagikan melalui


error_category::message

Returns the name of the specified error code.

virtual string message(error_code::value_type _Val) const = 0;

Parameters

Parameter

Description

_Val

The error code value to describe.

Return Value

Returns a descriptive name of the error code _Val for the category.

Requirements

Header: <system_error>

Namespace: std

See Also

Reference

error_category Class