DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::CheckResult Struct Reference

Result of a single validation check. More...

#include <ConfigRegistry.hpp>

Collaboration diagram for DNDS::CheckResult:
[legend]

Public Attributes

bool passed
 
std::string message
 

Detailed Description

Result of a single validation check.

Parameters
passedtrue if the check passed, false otherwise.
messageHuman-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.

Member Data Documentation

◆ message

std::string DNDS::CheckResult::message

Definition at line 128 of file ConfigRegistry.hpp.

◆ passed

bool DNDS::CheckResult::passed

Definition at line 127 of file ConfigRegistry.hpp.


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