cpp-hocon  0.3.0
Public Member Functions | Public Attributes | List of all members
hocon::validation_problem Struct Reference

Information about a problem that occurred in config#check_valid. More...

Public Member Functions

 validation_problem (std::string path_, shared_origin origin_, std::string problem_)
 
std::string to_string ()
 

Public Attributes

const std::string path
 
const shared_origin origin
 
const std::string problem
 

Detailed Description

Information about a problem that occurred in config#check_valid.

A validation_failed_exception thrown from check_valid() includes a list of problems encountered.

Definition at line 136 of file config_exception.hpp.


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