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. |
|
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. |
|
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