Success
A more constrained Reply which ONLY holds replies that have a status starting with the digit 2
, indicating a positive completion of TorCmd via the control connection.
e.g.
torCtrl.executeAsync(TorCmd.Signal.Dump)
// 250 OK
torCtrl.executeAsync(TorCmd.OnionClientAuth.Remove(someAddress))
// 251 Client credentials for "HSAddress" did not exist.
Content copied to clipboard
See also
Inheritors
Types
Link copied to clipboard
The most common kind of reply off of a control connection, indicating that the TorCmd has been "accepted" by tor.