|
Electroneum
|
#include <message_data_structs.h>

Public Member Functions | |
| error () | |
Public Attributes | |
| bool | use |
| int32_t | code |
| std::string | error_str |
| std::string | message |
Definition at line 143 of file message_data_structs.h.
|
inline |
Definition at line 146 of file message_data_structs.h.
| int32_t cryptonote::rpc::error::code |
Definition at line 150 of file message_data_structs.h.
| std::string cryptonote::rpc::error::error_str |
Definition at line 153 of file message_data_structs.h.
| std::string cryptonote::rpc::error::message |
Definition at line 155 of file message_data_structs.h.
| bool cryptonote::rpc::error::use |
Definition at line 148 of file message_data_structs.h.