redis-specific exceptions More...
#include <stdexcept>#include <string_view>#include <userver/storages/redis/impl/reply_status.hpp>
Include dependency graph for exception.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | redis::Exception |
| Generic redis-related exception. More... | |
| class | redis::InvalidArgumentException |
| Invalid redis command argument. More... | |
| class | redis::RequestFailedException |
| Request execution failed. More... | |
| class | redis::RequestCancelledException |
| Request was cancelled. More... | |
| class | redis::ParseReplyException |
| Invalid reply data format. More... | |
| class | redis::ParseConfigException |
| Invalid config format. More... | |
| class | redis::ClientNotConnectedException |
| Cannot connect to some redis server shard. More... | |
redis-specific exceptions
Definition in file exception.hpp.