kcurl v0.1.10
Basic C++23 wrapper over libcurl
 
Loading...
Searching...
No Matches
kcurl::easy::Error Struct Reference

Error of a perform operation. More...

#include <kcurl/easy.hpp>

Public Attributes

CurlCode code {}
 Code returned by libcurl.
 
std::string text {}
 Error text.
 

Detailed Description

Error of a perform operation.

Member Data Documentation

◆ code

CurlCode kcurl::easy::Error::code {}

Code returned by libcurl.

◆ text

std::string kcurl::easy::Error::text {}

Error text.


The documentation for this struct was generated from the following file: