MCPcopy Create free account
hub / github.com/ON4QZ/QSSTV / errorString

Method errorString

src/utils/qftp.cpp:2145–2148  ·  view source on GitHub ↗

! Returns a human-readable description of the last error that occurred. This is useful for presenting a error message to the user when receiving a commandFinished() or a done() signal with the \c error argument set to \c true. The error string is often (but not always) the reply from the server, so it is not always possible to translate the string. If the message comes

Source from the content-addressed store, hash-verified

2143 tr().
2144*/
2145QString QFtp::errorString() const
2146{
2147 return d->errorString;
2148}
2149
2150/*! \internal
2151*/

Callers 4

waitMethod · 0.80
slotCommandFinishedMethod · 0.80
slotDoneMethod · 0.80
replyFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected