![]() |
Kurlyk
|
Represents a custom error category for CURL errors, enabling integration with std::error_code. More...
#include <CurlErrorCategory.hpp>
Public Member Functions | |
| const char * | name () const noexcept override |
| Returns the name of the error category. | |
| std::string | message (int ev) const override |
| Returns a descriptive error message for a given CURL error code. | |
Represents a custom error category for CURL errors, enabling integration with std::error_code.
Definition at line 12 of file CurlErrorCategory.hpp.
|
inlineoverride |
Returns a descriptive error message for a given CURL error code.
| ev | The integer value of the CURL error code. |
Definition at line 23 of file CurlErrorCategory.hpp.
|
inlineoverridenoexcept |
Returns the name of the error category.
Definition at line 16 of file CurlErrorCategory.hpp.