Electroneum
epee::json_rpc::error Struct Reference

#include <jsonrpc_structs.h>

Collaboration diagram for epee::json_rpc::error:

Public Member Functions

 error ()
 

Public Attributes

int64_t code
 
std::string message
 

Detailed Description

Definition at line 31 of file jsonrpc_structs.h.

Constructor & Destructor Documentation

◆ error()

epee::json_rpc::error::error ( )
inline

Definition at line 36 of file jsonrpc_structs.h.

36 : code(0) {}

Member Data Documentation

◆ code

int64_t epee::json_rpc::error::code

Definition at line 33 of file jsonrpc_structs.h.

◆ message

std::string epee::json_rpc::error::message

Definition at line 34 of file jsonrpc_structs.h.


The documentation for this struct was generated from the following file: