Simox  2.3.74.0
simox::json::error::ConversionError Struct Reference

Indicates that a JSON document could not be converted to a business object. More...

Inheritance diagram for simox::json::error::ConversionError:
simox::json::error::JsonError simox::error::SimoxError

Public Member Functions

 ConversionError (const std::string &msg)
 
- Public Member Functions inherited from simox::json::error::JsonError
 JsonError (const std::string &message)
 
- Public Member Functions inherited from simox::error::SimoxError
 SimoxError (const std::string &message)
 

Detailed Description

Indicates that a JSON document could not be converted to a business object.

Constructor & Destructor Documentation

◆ ConversionError()

simox::json::error::ConversionError::ConversionError ( const std::string &  msg)