userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
error_kind.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/clients/http/error_kind.hpp
4
/// @brief @copybrief clients::http::ErrorKind
5
6
USERVER_NAMESPACE_BEGIN
7
8
namespace
clients::http {
9
10
/// Additional tag to the exception.
11
enum
class
ErrorKind
{
12
kNetwork,
// error during transportation
13
kDeadlinePropagation,
// our own deadline exceeded
14
kTimeout,
// timeout reached
15
kCancel,
// task or request cancelled
16
kClient,
// request was called with a bad parameter
17
kServer,
// error on server side
18
};
11
enum
class
ErrorKind
{
…
};
19
20
}
// namespace clients::http
21
22
USERVER_NAMESPACE_END
userver
clients
http
error_kind.hpp
Generated on Fri Apr 11 2025 14:16:01 for userver by
Doxygen
1.13.2