Searched defs:getUserError (Results 1 – 3 of 3) sorted by relevance
493 emit getUserError("getUser - No token"); in getUser() local525 emit getUserError(tr("Wrong response from the server")); in onGetUserReply() local528 … emit getUserError(tr("Error while getting user info: %1").arg(getErrorString(reply, user))); in onGetUserReply() local
486 func getUserError(req *http.Request) (*http.Response, error) { func