|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Result of a single validation check. More...
#include <ConfigRegistry.hpp>
Public Attributes | |
| bool | passed |
| std::string | message |
Result of a single validation check.
| passed | true if the check passed, false otherwise. |
| message | Human-readable error description. Empty when passed is true. Should include the field name(s) involved and the violated constraint for clear diagnostics. |
Definition at line 125 of file ConfigRegistry.hpp.
| std::string DNDS::CheckResult::message |
Definition at line 128 of file ConfigRegistry.hpp.
| bool DNDS::CheckResult::passed |
Definition at line 127 of file ConfigRegistry.hpp.