mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
DaemonControlResponse Struct Reference

One line-delimited local control response. More...

#include <daemoncontrolprotocol.h>

Public Attributes

int version = 1
 Protocol version returned by the daemon.
 
QString requestId
 Correlation id copied from the triggering request.
 
bool success = false
 Indicates whether the request completed successfully.
 
QJsonObject result
 Successful result object returned by the daemon.
 
QString errorMessage
 Human-readable error for failed requests.
 

Detailed Description

One line-delimited local control response.

Definition at line 41 of file daemoncontrolprotocol.h.

Member Data Documentation

◆ errorMessage

QString DaemonControlResponse::errorMessage

Human-readable error for failed requests.

Definition at line 51 of file daemoncontrolprotocol.h.

◆ requestId

QString DaemonControlResponse::requestId

Correlation id copied from the triggering request.

Definition at line 45 of file daemoncontrolprotocol.h.

◆ result

QJsonObject DaemonControlResponse::result

Successful result object returned by the daemon.

Definition at line 49 of file daemoncontrolprotocol.h.

◆ success

bool DaemonControlResponse::success = false

Indicates whether the request completed successfully.

Definition at line 47 of file daemoncontrolprotocol.h.

◆ version

int DaemonControlResponse::version = 1

Protocol version returned by the daemon.

Definition at line 43 of file daemoncontrolprotocol.h.


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