11---
2- description : " Learn more about: <system_error> functions"
32title : " <system_error> functions"
3+ description : " Learn more about: <system_error> functions"
44ms.date : " 03/15/2019"
55f1_keywords : ["system_error/std::generic_category", "system_error/std::make_error_code", "system_error/std::make_error_condition", "system_error/std::system_category"]
6- ms.assetid : 57d6f15f-f0b7-4e2f-80fe-31d3c320ee33
76helpviewer_keywords : ["std::generic_category", "std::make_error_code", "std::make_error_condition", "std::system_category"]
87---
98# ` <system_error> ` functions
@@ -18,7 +17,7 @@ const error_category& generic_category() noexcept;
1817
1918### Remarks
2019
21- The ` generic_category ` object is an implementation of [ error_category] ( ../standard-library/ error-category-class.md) .
20+ The ` generic_category ` object is an implementation of [ error_category] ( error-category-class.md ) .
2221
2322## <a name =" is_error_code_enum_v " ></a > is_error_code_enum_v
2423
@@ -55,8 +54,6 @@ The `std::errc` enumeration value to store in the error code object.
5554
5655The error code object.
5756
58- ### Remarks
59-
6057## <a name="make_error_condition"></a> make_error_condition
6158
6259Creates an error condition object.
@@ -74,8 +71,6 @@ The `std::errc` enumeration value to store in the error condition object.
7471
7572The error condition object.
7673
77- ### Remarks
78-
7974## <a name =" system_category " ></a > system_category
8075
8176Represents the category for operating system errors.
@@ -86,4 +81,4 @@ const error_category& system_category() noexcept;
8681
8782### Remarks
8883
89- The ` system_category ` object is an implementation of [ error_category] ( ../standard-library/ error-category-class.md) .
84+ The ` system_category ` object is an implementation of [ error_category] ( error-category-class.md ) .
0 commit comments