RADLib
RADical C++ application framework
RADUpdate::VerificationResult Struct Reference

Update verification result. More...

#include <RADUpdate.h>

Public Attributes

bool ok = false
 True when all checks passed. More...
 
std::vector< std::string > errors
 Error messages. More...
 

Detailed Description

Update verification result.

Member Data Documentation

◆ errors

std::vector<std::string> RADUpdate::VerificationResult::errors

Error messages.

◆ ok

bool RADUpdate::VerificationResult::ok = false

True when all checks passed.


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