Electroneum
cryptonote::json::BAD_INPUT Struct Reference

#include <json_object.h>

Inheritance diagram for cryptonote::json::BAD_INPUT:
Collaboration diagram for cryptonote::json::BAD_INPUT:

Public Member Functions

 BAD_INPUT ()
 
- 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 95 of file json_object.h.

Constructor & Destructor Documentation

◆ BAD_INPUT()

cryptonote::json::BAD_INPUT::BAD_INPUT ( )
inline

Definition at line 97 of file json_object.h.

98  {
99  m = "An item failed to convert from json object to native object";
100  }

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