Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
RequestError.hpp File Reference
#include <Hermes/_base/ConnectionErrorEnum.hpp>
#include <Thoth/NJson/Definitions.hpp>
#include <vector>
#include <Thoth/Http/RequestError.tpp>
Include dependency graph for RequestError.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Thoth::Http::JsonParseError
 
struct  Thoth::Http::JsonGetError
 
struct  Thoth::Http::JsonFindError
 
struct  Thoth::Http::JsonSearchError
 
struct  Thoth::Http::JsonWrongTypeError
 
struct  Thoth::Http::GenericError
 
struct  Thoth::Http::RequestError
 

Namespaces

namespace  Thoth
 
namespace  Thoth::Http
 

Typedefs

using Thoth::Http::ConnectionErrorEnum = Hermes::ConnectionErrorEnum
 

Enumerations

enum class  Thoth::Http::UrlParseErrorEnum { Thoth::Http::EmptyUrl , Thoth::Http::InvalidScheme , Thoth::Http::IllFormed , Thoth::Http::InvalidPort }
 
enum class  Thoth::Http::RequestBuildErrorEnum { Thoth::Http::InvalidResponse , Thoth::Http::InvalidVersion , Thoth::Http::InvalidHeaders , Thoth::Http::VersionNeedsContentLength }