|
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 | |
Public Member Functions inherited from curl::Easy_ref_t::Exception | |
| Exception (long err_code_arg) | |
| Exception (const Exception &)=default | |
| auto | what () const noexcept -> const char * |
Additional Inherited Members | |
Public Attributes inherited from curl::Easy_ref_t::Exception | |
| const long | error_code |
Internal error in protocol layer.
If you have error buffer set via set_error_buffer, you can check that for an in-detail error message.
Definition at line 94 of file curl_easy.hpp.
1.8.17