Mads
Multi-Agent Distributed System
Loading...
Searching...
No Matches
Mads::Doctor::CheckResult Struct Reference

#include <doctor_checks.hpp>

Public Attributes

std::string name
 
Status status = Status::Pass
 
std::string message
 
std::string fix_hint
 
bool fixable = false
 

Detailed Description

One check's result: a status, a human-readable message, and (when actionable) a one-line fix hint. fixable marks the small set of checks --fix knows how to safely auto-remediate (currently: a missing settings file).

Definition at line 52 of file doctor_checks.hpp.

Member Data Documentation

◆ fix_hint

std::string Mads::Doctor::CheckResult::fix_hint

Definition at line 56 of file doctor_checks.hpp.

◆ fixable

bool Mads::Doctor::CheckResult::fixable = false

Definition at line 57 of file doctor_checks.hpp.

◆ message

std::string Mads::Doctor::CheckResult::message

Definition at line 55 of file doctor_checks.hpp.

◆ name

std::string Mads::Doctor::CheckResult::name

Definition at line 53 of file doctor_checks.hpp.

◆ status

Status Mads::Doctor::CheckResult::status = Status::Pass

Definition at line 54 of file doctor_checks.hpp.


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