Exception thrown by the RPC API when the server reports invalid arguments. More...
#include <RemoteInvalidArgumentError.hpp>

Public Member Functions | |
| RemoteInvalidArgumentError () | |
| Constructor. | |
| RemoteInvalidArgumentError (const char *msg) | |
| Constructor with custom message. | |
| RemoteInvalidArgumentError (const RemoteInvalidArgumentError &other) noexcept=default | |
| Copy constructor. | |
| RemoteInvalidArgumentError & | operator= (const RemoteInvalidArgumentError &other) noexcept=default |
| Copy assignment. | |
| virtual | ~RemoteInvalidArgumentError () noexcept=default |
| Destructor. | |
Public Member Functions inherited from RpcRemoteException | |
| RpcRemoteException (RemoteExceptionCode_t code, const char *msg) | |
| Constructor. | |
| RpcRemoteException (const RpcRemoteException &other) noexcept=default | |
| Copy constructor. | |
| RpcRemoteException & | operator= (const RpcRemoteException &other) noexcept=default |
| Copy assignment. | |
| virtual | ~RpcRemoteException () noexcept=default |
| Destructor. | |
| RemoteExceptionCode_t | code () const noexcept |
| Get the exception code. | |
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 server reports invalid arguments.
|
inline |
Constructor.
|
inline |
Constructor with custom message.
| msg | The exception message. |
|
defaultnoexcept |
Copy constructor.
|
virtualdefaultnoexcept |
Destructor.
|
defaultnoexcept |
Copy assignment.