![]() |
AOSharedServiceLibrary
|
#include <redis_interface.h>


Public Member Functions | |
| RedisOperationException (std::string msg) | |
| Create a Redis Operation Exception, and store the given error message. | |
| RedisOperationException (const char *msg_cstr) | |
| Create a Redis Operation Exception, and store the given error message. | |
| const char * | what () const throw () |
| Show the error message in readable format. | |
Public Attributes | |
| std::string | int_msg |
| An error message passed on initialization. | |
An Implementation of std::exception that denotes an error within Redis during a transaction
1.8.11