Struct Tryll::Client::TryllClient::DebugCommandResult¶
ClassList > Tryll > Client > TryllClient > DebugCommandResult
#include <TryllClient.h>
Public Attributes¶
| Type | Name |
|---|---|
| bool | acknowledged = falseServer replied with DebugCommandResponse (non-fatal verb). |
| bool | disconnected = falseServer dropped the connection (a fatal verb like crash succeeded). |
| std::uint32_t | errorCode = 0Non-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).
variable disconnected¶
Server dropped the connection (a fatal verb like crash succeeded).
variable errorCode¶
Non-zero → server returned an ErrorResponse (e.g. 5005 = debug commands unavailable).
variable message¶
Error message, or the response result string.
The documentation for this class was generated from the following file C:/_tryll/_monorepo3/tryll/clients/cpp/include/tryll/TryllClient.h