#include <curl.h>
|
| | CurlException (CURLcode code, std::string url) |
| const char * | what () const noexcept override |
◆ CurlException()
| uvco::CurlException::CurlException |
( |
CURLcode | code, |
|
|
std::string | url ) |
|
inline |
std::string url_
Definition curl.h:36
CURLcode code_
Definition curl.h:37
◆ what()
| const char * uvco::CurlException::what |
( |
| ) |
const |
|
inlinenodiscardoverridenoexcept |
31 {
32 return curl_easy_strerror(
code_);
33 }
◆ code_
| CURLcode uvco::CurlException::code_ |
|
private |
◆ url_
| std::string uvco::CurlException::url_ |
|
private |
The documentation for this class was generated from the following file: