boost_redis 1.4.2
A redis client library
|
Stores any resp3 error. More...
#include <include/boost/redis/adapter/result.hpp>
Public Attributes | |
resp3::type | data_type = resp3::type::invalid |
RESP3 error data type. | |
std::string | diagnostic |
Diagnostic error message sent by Redis. | |
Related Functions | |
(Note that these are not member functions.) | |
bool | operator!= (error const &a, error const &b) |
Compares two error objects for difference. More... | |
bool | operator== (error const &a, error const &b) |
Compares two error objects for equality. More... | |
Stores any resp3 error.
Definition at line 22 of file result.hpp.
Compares two error objects for difference.
a | Left hand side error object. |
b | Right hand side error object. |
Definition at line 47 of file result.hpp.
Compares two error objects for equality.
a | Left hand side error object. |
b | Right hand side error object. |
Definition at line 36 of file result.hpp.