Electroneum
cryptonote::json::PARSE_FAIL Struct Reference

#include <json_object.h>

Inheritance diagram for cryptonote::json::PARSE_FAIL:
Collaboration diagram for cryptonote::json::PARSE_FAIL:

Public Member Functions

 PARSE_FAIL ()
 
- Public Member Functions inherited from cryptonote::json::JSON_ERROR
virtual ~JSON_ERROR ()
 
const char * what () const throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from cryptonote::json::JSON_ERROR
 JSON_ERROR ()
 
- Protected Attributes inherited from cryptonote::json::JSON_ERROR
std::string m
 

Detailed Description

Definition at line 103 of file json_object.h.

Constructor & Destructor Documentation

◆ PARSE_FAIL()

cryptonote::json::PARSE_FAIL::PARSE_FAIL ( )
inline

Definition at line 105 of file json_object.h.

106  {
107  m = "Failed to parse the json request";
108  }

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