![]() |
Kurlyk
|
Defines the CurlErrorCategory class for handling CURL error codes. More...
Go to the source code of this file.
Classes | |
| class | kurlyk::utils::CurlErrorCategory |
| Represents a custom error category for CURL errors, enabling integration with std::error_code. More... | |
Namespaces | |
| namespace | kurlyk |
| Primary namespace for the Kurlyk library, encompassing initialization, request management, and utility functions. | |
| namespace | kurlyk::utils |
Macros | |
| #define | _KURLYK_UTILS_CURL_ERROR_CATEGORY_HPP_INCLUDED |
Functions | |
| std::error_code | kurlyk::utils::make_error_code (CURLcode e) |
| Creates an std::error_code from a CURLcode, allowing CURL errors to be used with the std::error_code API. | |
Defines the CurlErrorCategory class for handling CURL error codes.
Definition in file CurlErrorCategory.hpp.
| #define _KURLYK_UTILS_CURL_ERROR_CATEGORY_HPP_INCLUDED |
Definition at line 3 of file CurlErrorCategory.hpp.