Validation result for ROM integrity checks. More...
#include <rom_automation_api.h>
Public Attributes | |
| bool | is_valid |
| std::vector< std::string > | errors |
| std::vector< std::string > | warnings |
| nlohmann::json | details |
Validation result for ROM integrity checks.
Definition at line 116 of file rom_automation_api.h.
| bool yaze::cli::automation::RomAutomationAPI::ValidationResult::is_valid |
Definition at line 117 of file rom_automation_api.h.
| std::vector<std::string> yaze::cli::automation::RomAutomationAPI::ValidationResult::errors |
Definition at line 118 of file rom_automation_api.h.
| std::vector<std::string> yaze::cli::automation::RomAutomationAPI::ValidationResult::warnings |
Definition at line 119 of file rom_automation_api.h.
| nlohmann::json yaze::cli::automation::RomAutomationAPI::ValidationResult::details |
Definition at line 120 of file rom_automation_api.h.