Home
last modified time | relevance | path

Searched refs:httpReturnCode (Results 1 – 25 of 30) sorted by relevance

12

/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/
H A Dencryptfolderjob.h43 void slotEncryptionFlagError(const QByteArray &folderId, int httpReturnCode);
45 void slotLockForEncryptionError(const QByteArray &folderId, int httpReturnCode);
47 void slotUnlockFolderError(const QByteArray &folderId, int httpReturnCode);
49 void slotUpdateMetadataError(const QByteArray &folderId, int httpReturnCode);
H A Dclientsideencryptionjobs.h132 void error(const QByteArray &fileId, int httpReturnCode);
178 void error(const QByteArray& fileId, int httpReturnCode);
205 void error(const QByteArray& fileId, int httpReturnCode);
231 void error(const QByteArray& fileId, int httpReturnCode);
257 void error(const QByteArray& fileId, int httpReturnCode);
H A Dpropagateuploadencrypted.h53 void slotFolderEncryptedMetadataError(const QByteArray& fileId, int httpReturnCode);
55 void slotUpdateMetadataError(const QByteArray& fileId, int httpReturnCode);
H A Dabstractpropagateremotedeleteencrypted.cpp176 …b, &UnlockEncryptFolderApiJob::error, this, [this] (const QByteArray& fileId, int httpReturnCode) { in unlockFolder() argument
180 _item->_httpErrorCode = httpReturnCode; in unlockFolder()
182 .arg(httpReturnCode) in unlockFolder()
H A Dencryptfolderjob.cpp103 void EncryptFolderJob::slotUpdateMetadataError(const QByteArray &folderId, int httpReturnCode) in slotUpdateMetadataError() argument
105 Q_UNUSED(httpReturnCode); in slotUpdateMetadataError()
H A Dpropagateuploadencrypted.cpp109 …gateUploadEncrypted::slotFolderEncryptedMetadataError(const QByteArray& fileId, int httpReturnCode) in slotFolderEncryptedMetadataError() argument
112 Q_UNUSED(httpReturnCode); in slotFolderEncryptedMetadataError()
117 slotFolderEncryptedMetadataReceived(json, httpReturnCode); in slotFolderEncryptedMetadataError()
H A Dpropagateremotedeleteencryptedrootfolder.cpp185 …&OCC::SetEncryptionFlagApiJob::error, this, [this] (const QByteArray &fileId, int httpReturnCode) { in decryptAndRemoteDelete() argument
187 _item->_httpErrorCode = httpReturnCode; in decryptAndRemoteDelete()
H A Dpropagatedownloadencrypted.h27 void folderEncryptedMetadataError(const QByteArray &fileId, int httpReturnCode);
/dports/www/tntnet/tntnet-2.2.1/framework/defcomp/
H A Dproxy.cpp177 unsigned httpReturnCode = client.header().httpReturnCode(); in operator ()() local
218 …log_debug("got file " << request.getPathInfo() << " with http return code=" << httpReturnCode << "… in operator ()()
220 if (httpReturnCode == HTTP_NOT_FOUND) in operator ()()
228 return httpReturnCode; in operator ()()
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/lib/exceptions/
H A Dzpushexception.php28 protected $httpReturnCode = HTTP_CODE_500; variable in ZPushException
45 return $this->httpReturnCode . " ". $this->httpReturnMessage;
H A Dprovisioningrequiredexception.php29 protected $httpReturnCode = HTTP_CODE_449; variable in ProvisioningRequiredException
H A Dauthenticationrequiredexception.php28 protected $httpReturnCode = HTTP_CODE_401; variable in AuthenticationRequiredException
H A Dhttpreturncodeexception.php33 $this->httpReturnCode = $code;
H A Dserviceunavailableexception.php28 protected $httpReturnCode = HTTP_CODE_503; variable in ServiceUnavailableException
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/lib/exceptions/
H A Dzpushexception.php28 protected $httpReturnCode = HTTP_CODE_500; variable in ZPushException
45 return $this->httpReturnCode . " ". $this->httpReturnMessage;
H A Dbadrequestexception.php29 protected $httpReturnCode = HTTP_CODE_400; variable in BadRequestException
H A Dprovisioningrequiredexception.php29 protected $httpReturnCode = HTTP_CODE_449; variable in ProvisioningRequiredException
H A Dauthenticationrequiredexception.php28 protected $httpReturnCode = HTTP_CODE_401; variable in AuthenticationRequiredException
H A Dhttpreturncodeexception.php33 $this->httpReturnCode = $code;
H A Dserviceunavailableexception.php28 protected $httpReturnCode = HTTP_CODE_503; variable in ServiceUnavailableException
/dports/devel/cxxtools/cxxtools-2.2.1/src/xmlrpc/
H A Dhttpclientimpl.cpp86 log_debug("httpReturnCode=" << client.header().httpReturnCode() in onReplyHeader()
181 if (header.httpReturnCode() != 200) in verifyHeader()
185 << header.httpReturnCode() in verifyHeader()
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/http/
H A Dreply.h90 unsigned httpReturnCode() const in httpReturnCode() function
91 { return _header.httpReturnCode(); } in httpReturnCode()
H A Dreplyheader.h59 unsigned httpReturnCode() const in httpReturnCode() function
/dports/devel/cxxtools/cxxtools-2.2.1/src/json/
H A Dhttpclientimpl.cpp265 if (header.httpReturnCode() != 200) in verifyHeader()
269 << header.httpReturnCode() in verifyHeader()
/dports/devel/cxxtools/cxxtools-2.2.1/src/http/
H A Dsocket.cpp313 << " ready, returncode " << _reply.httpReturnCode() << ' ' in sendReply()
319 << _reply.header().httpReturnCode() << ' ' in sendReply()

12