roar
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Roar::Curl::CurlError Class Reference

#include <curl_error.hpp>

Collaboration diagram for Roar::Curl::CurlError:

Public Member Functions

 CurlError (std::string message, CURLcode code)
 
char const * what () const noexcept
 
CURLcode code () const noexcept
 

Private Attributes

std::string m_message
 
CURLcode m_code
 

Constructor & Destructor Documentation

◆ CurlError()

Roar::Curl::CurlError::CurlError ( std::string  message,
CURLcode  code 
)
inline

Member Function Documentation

◆ code()

CURLcode Roar::Curl::CurlError::code ( ) const
inlinenoexcept

◆ what()

char const * Roar::Curl::CurlError::what ( ) const
inlinenoexcept

Member Data Documentation

◆ m_code

CURLcode Roar::Curl::CurlError::m_code
private

◆ m_message

std::string Roar::Curl::CurlError::m_message
private

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