error_condition Class

Represents user-defined error codes.

class error_condition;

Remarks

An object of type error_condition stores an error code value and a pointer to an object that represents a category of error codes used for reported user-defined errors.

Requirements

Header: <system_error>

Namespace: std

See Also

Reference

error_category Class

<system_error>

Other Resources

<system_error> Members