NAH 1.0.6
Native Application Host - Library API Reference
Loading...
Searching...
No Matches
nah::AppInstallRecordParseResult Struct Reference

#include <install_record.hpp>

Public Attributes

std::string error
 
bool is_critical_error = false
 
bool ok = false
 
AppInstallRecord record
 
std::vector< std::string > warnings
 

Detailed Description

Definition at line 81 of file install_record.hpp.

Member Data Documentation

◆ error

std::string nah::AppInstallRecordParseResult::error

Definition at line 84 of file install_record.hpp.

◆ is_critical_error

bool nah::AppInstallRecordParseResult::is_critical_error = false

Definition at line 83 of file install_record.hpp.

◆ ok

bool nah::AppInstallRecordParseResult::ok = false

Definition at line 82 of file install_record.hpp.

◆ record

AppInstallRecord nah::AppInstallRecordParseResult::record

Definition at line 85 of file install_record.hpp.

◆ warnings

std::vector<std::string> nah::AppInstallRecordParseResult::warnings

Definition at line 86 of file install_record.hpp.


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