yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::oracle_validation::OracleRunResult Struct Reference

#include <oracle_validation_view_model.h>

Public Attributes

RunMode mode = RunMode::kStructural
 
bool command_ok = false
 
absl::StatusCode status_code = absl::StatusCode::kOk
 
std::string error_message
 
std::string raw_output
 
std::string cli_command
 
std::string timestamp
 
std::optional< SmokeResultsmoke
 
std::optional< PreflightResultpreflight
 
bool json_parse_failed = false
 

Detailed Description

Definition at line 70 of file oracle_validation_view_model.h.

Member Data Documentation

◆ mode

RunMode yaze::editor::oracle_validation::OracleRunResult::mode = RunMode::kStructural

◆ command_ok

bool yaze::editor::oracle_validation::OracleRunResult::command_ok = false

◆ status_code

absl::StatusCode yaze::editor::oracle_validation::OracleRunResult::status_code = absl::StatusCode::kOk

◆ error_message

std::string yaze::editor::oracle_validation::OracleRunResult::error_message

◆ raw_output

std::string yaze::editor::oracle_validation::OracleRunResult::raw_output

◆ cli_command

std::string yaze::editor::oracle_validation::OracleRunResult::cli_command

◆ timestamp

std::string yaze::editor::oracle_validation::OracleRunResult::timestamp

◆ smoke

std::optional<SmokeResult> yaze::editor::oracle_validation::OracleRunResult::smoke

◆ preflight

std::optional<PreflightResult> yaze::editor::oracle_validation::OracleRunResult::preflight

◆ json_parse_failed

bool yaze::editor::oracle_validation::OracleRunResult::json_parse_failed = false

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