yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::automation::RomAutomationAPI::ValidationResult Struct Reference

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
 

Detailed Description

Validation result for ROM integrity checks.

Definition at line 116 of file rom_automation_api.h.

Member Data Documentation

◆ is_valid

bool yaze::cli::automation::RomAutomationAPI::ValidationResult::is_valid

Definition at line 117 of file rom_automation_api.h.

◆ errors

std::vector<std::string> yaze::cli::automation::RomAutomationAPI::ValidationResult::errors

Definition at line 118 of file rom_automation_api.h.

◆ warnings

std::vector<std::string> yaze::cli::automation::RomAutomationAPI::ValidationResult::warnings

Definition at line 119 of file rom_automation_api.h.

◆ details

nlohmann::json yaze::cli::automation::RomAutomationAPI::ValidationResult::details

Definition at line 120 of file rom_automation_api.h.


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