|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
Class for libcurl exceptions.
More...
#include <Curl.hpp>


Public Member Functions | |
| Exception (const std::string &description) | |
Getter | |
| std::string_view | view () const noexcept |
| Gets the description of the exception as a view to the underlying string. More... | |
Class for libcurl exceptions.
This exception is being thrown when
libcurl library could not be initializedlibcurl library does not support SSLlibcurl librarylibcurl option could not be setUse getCurlCode() to get the error code returned by the API, if available.
|
inlineexplicit |
|
inlinenoexceptinherited |
Gets the description of the exception as a view to the underlying string.
Referenced by crawlservpp::Query::Container::addQuery(), crawlservpp::Query::Container::addSubSetsFromQueryOnSubSet(), crawlservpp::Module::Analyzer::Database::checkSources(), crawlservpp::Main::Database::duplicateWebsite(), crawlservpp::Query::Container::getBoolFromQuery(), crawlservpp::Query::Container::getBoolFromQueryOnSubSet(), crawlservpp::Query::Container::getBoolFromRegEx(), crawlservpp::Query::Container::getMultiFromQuery(), crawlservpp::Query::Container::getMultiFromQueryOnSubSet(), crawlservpp::Query::Container::getMultiFromRegEx(), crawlservpp::Network::Curl::getPublicIp(), crawlservpp::Query::Container::getSingleFromQuery(), crawlservpp::Query::Container::getSingleFromQueryOnSubSet(), crawlservpp::Query::Container::getSingleFromRegEx(), crawlservpp::Module::Config::loadConfig(), crawlservpp::Main::Database::moveWebsite(), crawlservpp::Module::Parser::Thread::onReset(), crawlservpp::Module::Extractor::Thread::onReset(), crawlservpp::Module::Crawler::Thread::onReset(), crawlservpp::Parsing::XML::parse(), crawlservpp::Query::Container::reserveForSubSets(), crawlservpp::Main::WebServer::sendFile(), crawlservpp::Query::Container::setSubSetsFromQuery(), and crawlservpp::Main::Server::tick().