#include <monero_error.h>
|
|
int | code |
| |
|
std::string | message |
| |
Exception when interacting with the Monero daemon or wallet RPC API.
◆ monero_rpc_error() [1/2]
| monero::monero_rpc_error::monero_rpc_error |
( |
int | error_code, |
|
|
const std::string & | msg ) |
|
inline |
Construct the exception.
- Parameters
-
| error_code | is the error code (optional) |
| msg | is a human-readable description of the error |
◆ monero_rpc_error() [2/2]
| monero::monero_rpc_error::monero_rpc_error |
( |
const std::string & | msg | ) |
|
|
inline |
Construct the exception.
- Parameters
-
| msg | is a human-readable description of the error |
The documentation for this class was generated from the following file: