error_code Class

Represents low-level system errors that are implementation-specific.

class error_code;

Remarks

An object of type error_code class stores an error code value and a pointer to an object that represents a category of error codes that describe reported low-level system errors.

Requirements

Header: <system_error>

Namespace: std

See Also

Reference

error_category Class

<system_error>

Other Resources

<system_error> Members