Struct thl::net::InstallResult#

struct InstallResult#

Collaboration diagram for thl::net::InstallResult:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "3" [label="std::basic_string< Char >" tooltip="std::basic_string< Char >"] "2" [label="std::string" tooltip="std::string"] "4" [label="thl::net::HttpResult" tooltip="thl::net::HttpResult"] "1" [label="thl::net::InstallResult" tooltip="thl::net::InstallResult" fillcolor="#BFBFBF"] "2" -> "3" [dir=forward tooltip="public-inheritance"] "4" -> "2" [dir=forward tooltip="usage"] "1" -> "2" [dir=forward tooltip="usage"] "1" -> "4" [dir=forward tooltip="usage"] }

Public Functions

inline bool ok() const#

Public Members

InstallStatus m_status = InstallStatus::FileError#
std::string m_file#

Which file failed, when one did.

HttpResult m_http#
std::string m_message#