userver
C++ Async Framework
Loading...
Searching...
No Matches
reply_status.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file
4
/// @brief @copybrief storages::redis::ReplyStatus
5
6
USERVER_NAMESPACE_BEGIN
7
8
namespace
storages::
redis
{
9
10
/// @brief Valkey/Redis reply status
11
enum
class
ReplyStatus
{
12
kOk = 0,
13
kInputOutputError,
14
kOtherError,
15
kEndOfFileError,
16
kProtocolError,
17
kOutOfMemoryError,
18
kTimeoutError,
19
};
20
21
}
// namespace storages::redis
22
23
USERVER_NAMESPACE_END
userver
storages
redis
reply_status.hpp
Generated on Tue May 13 2025 12:49:18 for userver by
Doxygen
1.13.2