Exception thrown by the RPC API when the client cancels an input feed. More...
#include <RpcFeedCancelledException.hpp>

Public Member Functions | |
| RpcFeedCancelledException (RpcStatusCode reason) | |
| Constructor. | |
| RpcFeedCancelledException (const RpcFeedCancelledException &other) noexcept=default | |
| Copy constructor. | |
| RpcFeedCancelledException & | operator= (const RpcFeedCancelledException &other) noexcept=default |
| Copy assignment. | |
| virtual | ~RpcFeedCancelledException () noexcept=default |
| Destructor. | |
Public Member Functions inherited from RpcException | |
| RpcException (const std::string &message) | |
| Constructor. | |
| RpcException (const char *message) | |
| Constructor. | |
| RpcException (const RpcException &other) noexcept=default | |
| Copy constructor. | |
| RpcException & | operator= (const RpcException &other) noexcept=default |
| Copy assignment. | |
| virtual | ~RpcException () noexcept=default |
| Destructor. | |
| const char * | what () const noexcept |
| Returns the explanatory string. | |
Exception thrown by the RPC API when the client cancels an input feed.
|
inline |
Constructor.
|
defaultnoexcept |
Copy constructor.
|
virtualdefaultnoexcept |
Destructor.
|
defaultnoexcept |
Copy assignment.