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

#include <packaging.hpp>

Public Attributes

std::string error
 
std::vector< std::string > issues
 
bool manifest_valid = false
 
bool nak_available = false
 
bool ok = false
 
bool structure_valid = false
 

Detailed Description

Definition at line 279 of file packaging.hpp.

Member Data Documentation

◆ error

std::string nah::VerifyResult::error

Definition at line 281 of file packaging.hpp.

◆ issues

std::vector<std::string> nah::VerifyResult::issues

Definition at line 282 of file packaging.hpp.

◆ manifest_valid

bool nah::VerifyResult::manifest_valid = false

Definition at line 283 of file packaging.hpp.

◆ nak_available

bool nah::VerifyResult::nak_available = false

Definition at line 285 of file packaging.hpp.

◆ ok

bool nah::VerifyResult::ok = false

Definition at line 280 of file packaging.hpp.

◆ structure_valid

bool nah::VerifyResult::structure_valid = false

Definition at line 284 of file packaging.hpp.


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