Skip to content

Struct Tryll::Client::TryllClient::DebugCommandResult

ClassList > Tryll > Client > TryllClient > DebugCommandResult

More...

  • #include <TryllClient.h>

Public Attributes

Type Name
bool acknowledged = false
Server replied with DebugCommandResponse (non-fatal verb).
bool disconnected = false
Server dropped the connection (a fatal verb like crash succeeded).
std::uint32_t errorCode = 0
Non-zero → server returned an ErrorResponse (e.g. 5005 = debug commands unavailable).
std::string message
Error message, or the response result string.

Detailed Description

Outcome of SendDebugCommand. Exactly one of the first three flags is set on a definite result; all false means the call timed out (no reply, no disconnect — the server is presumably still alive).

Public Attributes Documentation

variable acknowledged

Server replied with DebugCommandResponse (non-fatal verb).

bool Tryll::Client::TryllClient::DebugCommandResult::acknowledged;


variable disconnected

Server dropped the connection (a fatal verb like crash succeeded).

bool Tryll::Client::TryllClient::DebugCommandResult::disconnected;


variable errorCode

Non-zero → server returned an ErrorResponse (e.g. 5005 = debug commands unavailable).

std::uint32_t Tryll::Client::TryllClient::DebugCommandResult::errorCode;


variable message

Error message, or the response result string.

std::string Tryll::Client::TryllClient::DebugCommandResult::message;



The documentation for this class was generated from the following file C:/_tryll/_monorepo3/tryll/clients/cpp/include/tryll/TryllClient.h