curl-cpp
static c++17 wrapper for curl with -fno-exceptions support
|
#include <curl_easy.hpp>
Public Member Functions | |
Exception (long err_code_arg) | |
Exception (const Exception &)=default | |
![]() | |
Exception (long err_code_arg) | |
Exception (const Exception &)=default | |
auto | what () const noexcept -> const char * |
Additional Inherited Members | |
![]() | |
const long | error_code |
It means that
A requested feature, protocol or option was not found built-in in this libcurl due to a build-time decision. This means that a feature or option was not enabled or explicitly disabled when libcurl was built and in order to get it to function you have to get a rebuilt libcurl.
From https://curl.haxx.se/libcurl/c/libcurl-errors.html
Definition at line 84 of file curl_easy.hpp.