![]()  | 
Class to represent an error code value.
class error_code
| 
                 Name  | 
                 Description  | 
|---|---|
| 
                 Name  | 
                 Description  | 
|---|---|
| 
                 Assign a new error value.  | 
|
| 
                 Get the error category.  | 
|
| 
                 Clear the error value to the default.  | 
|
| 
                 error_code [constructor]  | 
                 
                  Default constructor.   | 
| 
                 Get the message associated with the error.  | 
|
| 
                 Operator returns non-null if there is a non-success error code.  | 
|
| 
                 Operator to test if the error represents success.  | 
|
| 
                 unspecified_bool_true [static]  | 
|
| 
                 Get the error value.  | 
| 
                 Name  | 
                 Description  | 
|---|---|
| 
                 Inequality operator to compare two error objects.  | 
|
| 
                 Equality operator to compare two error objects.  | 
        Header: asio/error_code.hpp
      
        Convenience header: asio.hpp