int value() const noexcept;
const error_category& category() const noexcept;
error_condition default_error_condition() const noexcept;
Returns:
category().default_error_condition(value(). Returns:
category().message(value(). explicit operator bool() const noexcept;