/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/thecodingmachine/safe/generated/ |
H A D | network.php | 5 use Safe\Exceptions\NetworkException; alias 11 * @throws NetworkException 245 * @throws NetworkException 304 * @throws NetworkException 328 * @throws NetworkException 349 * @throws NetworkException 370 * @throws NetworkException 393 * @throws NetworkException 411 * @throws NetworkException 554 * @throws NetworkException [all …]
|
/dports/www/nextcloud/nextcloud/3rdparty/thecodingmachine/safe/generated/ |
H A D | network.php | 5 use Safe\Exceptions\NetworkException; alias 11 * @throws NetworkException 245 * @throws NetworkException 304 * @throws NetworkException 328 * @throws NetworkException 349 * @throws NetworkException 370 * @throws NetworkException 393 * @throws NetworkException 411 * @throws NetworkException 554 * @throws NetworkException [all …]
|
/dports/net/mosh/mosh-1.3.2/src/network/ |
H A D | network.cc | 156 throw NetworkException( "socket", errno ); in Socket() 163 throw NetworkException( "setsockopt", errno ); in Socket() 268 throw NetworkException("Invalid port range", 0); in Connection() 275 } catch ( const NetworkException &e ) { in Connection() 285 } catch ( const NetworkException &e ) { in Connection() 292 throw NetworkException( "Could not bind", errno ); in Connection() 449 } catch ( NetworkException & e ) { in recv() 497 throw NetworkException( "recvmsg", errno ); in recv_one() 596 throw NetworkException( "getsockname", errno ); in port() 657 throw NetworkException( "socket", errno ); in Socket() [all …]
|
H A D | network.h | 58 class NetworkException : public std::exception { 65 NetworkException( string s_function="<none>", int s_errno=0) 69 ~NetworkException() throw () {} in throw()
|
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/ |
H A D | Network.h | 37 class NetworkException: public std::exception 40 …NetworkException(const QNetworkReply::NetworkError& error, const QString& errorMessage) : error(er… in NetworkException() function 41 virtual ~NetworkException() {} in ~NetworkException() 116 throw NetworkException{QNetworkReply::TimeoutError, _("Timeout error")}; in execute() 119 throw NetworkException{reply->error(), reply->errorString()}; in execute() 124 throw NetworkException{QNetworkReply::ProtocolFailure, reason}; in execute()
|
H A D | PrintService.cc | 38 } catch (const NetworkException& e) { in PrintService() 122 throw NetworkException(QNetworkReply::ProtocolFailure, msg); in upload() 143 throw NetworkException(QNetworkReply::ProtocolFailure, msg); in upload()
|
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/ |
H A D | Network.h | 37 class NetworkException: public std::exception 40 …NetworkException(const QNetworkReply::NetworkError& error, const QString& errorMessage) : error(er… in NetworkException() function 41 virtual ~NetworkException() {} in ~NetworkException() 116 throw NetworkException{QNetworkReply::TimeoutError, _("Timeout error")}; in execute() 119 throw NetworkException{reply->error(), reply->errorString()}; in execute() 124 throw NetworkException{QNetworkReply::ProtocolFailure, reason}; in execute()
|
H A D | PrintService.cc | 38 } catch (const NetworkException& e) { in PrintService() 122 throw NetworkException(QNetworkReply::ProtocolFailure, msg); in upload() 143 throw NetworkException(QNetworkReply::ProtocolFailure, msg); in upload()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/test/javatests/src/org/chromium/net/urlconnection/ |
H A D | CronetChunkedOutputStreamTest.java | 29 import org.chromium.net.NetworkException; 123 NetworkException requestException = (NetworkException) e; in testWriteAfterRequestFailed() 125 NetworkException.ERROR_CONNECTION_REFUSED, requestException.getErrorCode()); in testWriteAfterRequestFailed() 158 NetworkException requestException = (NetworkException) e; in testGetResponseAfterWriteFailed() 160 NetworkException.ERROR_CONNECTION_REFUSED, requestException.getErrorCode()); in testGetResponseAfterWriteFailed() 171 NetworkException requestException = (NetworkException) e; in testGetResponseAfterWriteFailed() 173 NetworkException.ERROR_CONNECTION_REFUSED, requestException.getErrorCode()); in testGetResponseAfterWriteFailed()
|
H A D | CronetFixedModeOutputStreamTest.java | 34 import org.chromium.net.NetworkException; 130 NetworkException requestException = (NetworkException) e; in testWriteAfterRequestFailed() 132 NetworkException.ERROR_CONNECTION_REFUSED, requestException.getErrorCode()); in testWriteAfterRequestFailed() 164 NetworkException requestException = (NetworkException) e; in testGetResponseAfterWriteFailed() 166 NetworkException.ERROR_CONNECTION_REFUSED, requestException.getErrorCode()); in testGetResponseAfterWriteFailed() 177 NetworkException requestException = (NetworkException) e; in testGetResponseAfterWriteFailed() 179 NetworkException.ERROR_CONNECTION_REFUSED, requestException.getErrorCode()); in testGetResponseAfterWriteFailed()
|
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/exceptions/ |
H A D | networkexception.cpp | 7 NetworkException::NetworkException(QNetworkReply::NetworkError error, const QString& message) in NetworkException() function in NetworkException 12 QNetworkReply::NetworkError NetworkException::networkError() const { in networkError()
|
H A D | networkexception.h | 10 class NetworkException : public ApplicationException { 12 … explicit NetworkException(QNetworkReply::NetworkError error, const QString& message = QString());
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/java/src/org/chromium/net/impl/ |
H A D | CronetUrlRequest.java | 19 import org.chromium.net.NetworkException; 680 if (errorCode == NetworkException.ERROR_QUIC_PROTOCOL_FAILED in onError() 800 return NetworkException.ERROR_NETWORK_CHANGED; in mapUrlRequestErrorToApiErrorCode() 802 return NetworkException.ERROR_TIMED_OUT; in mapUrlRequestErrorToApiErrorCode() 804 return NetworkException.ERROR_CONNECTION_CLOSED; in mapUrlRequestErrorToApiErrorCode() 806 return NetworkException.ERROR_CONNECTION_TIMED_OUT; in mapUrlRequestErrorToApiErrorCode() 808 return NetworkException.ERROR_CONNECTION_REFUSED; in mapUrlRequestErrorToApiErrorCode() 810 return NetworkException.ERROR_CONNECTION_RESET; in mapUrlRequestErrorToApiErrorCode() 812 return NetworkException.ERROR_ADDRESS_UNREACHABLE; in mapUrlRequestErrorToApiErrorCode() 814 return NetworkException.ERROR_QUIC_PROTOCOL_FAILED; in mapUrlRequestErrorToApiErrorCode() [all …]
|
H A D | NetworkExceptionImpl.java | 7 import org.chromium.net.NetworkException; 12 public class NetworkExceptionImpl extends NetworkException {
|
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/services/feedly/ |
H A D | feedlynetwork.cpp | 57 throw NetworkException(QNetworkReply::NetworkError::AuthenticationRequiredError); in untagEntries() 87 throw NetworkException(result.first, output); in untagEntries() 102 throw NetworkException(QNetworkReply::NetworkError::AuthenticationRequiredError); in tagEntries() 127 throw NetworkException(result.first, output); in tagEntries() 140 throw NetworkException(QNetworkReply::NetworkError::AuthenticationRequiredError); in markers() 166 throw NetworkException(result.first, output); in markers() 175 throw NetworkException(QNetworkReply::NetworkError::AuthenticationRequiredError); in streamContents() 216 throw NetworkException(result.first, output); in streamContents() 332 throw NetworkException(result.first, output); in collections() 427 throw NetworkException(result.first, output); in profile() [all …]
|
H A D | feedlyserviceroot.cpp | 134 catch (const NetworkException& net_ex) { in saveAllCachedData() 168 catch (const NetworkException& net_ex) { in saveAllCachedData() 194 catch (const NetworkException& net_ex) { in saveAllCachedData() 220 catch (const NetworkException& net_ex) { in saveAllCachedData()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/api/src/org/chromium/net/ |
H A D | NetworkException.java | 14 public abstract class NetworkException extends CronetException { class 76 protected NetworkException(String message, Throwable cause) { in NetworkException() method in NetworkException
|
/dports/devel/monotone/monotone-1.1/src/netxx/ |
H A D | types.h | 65 struct NetworkException : public std::runtime_error { struct 66 NetworkException (const std::string &what_arg) : in NetworkException() argument
|
/dports/misc/visp/visp-3.4.0/modules/robot/test/servo-franka/ |
H A D | testFrankaGetPose.cpp | 92 catch(const franka::NetworkException &e) { in main() 144 catch(const franka::NetworkException &e) { in main() 176 catch(const franka::NetworkException &e) { in main() 214 catch(const franka::NetworkException &e) { in main()
|
/dports/finance/prestashop/prestashop/vendor/symfony/http-client/ |
H A D | HttplugClient.php | 16 use Http\Client\Exception\NetworkException; alias 99 throw new NetworkException($e->getMessage(), $request, $e); 116 } catch (NetworkException $e) { 244 throw new NetworkException($e->getMessage(), $request, $e);
|
/dports/games/leela-zero/leela-zero-0.17/autogtp/ |
H A D | Management.cpp | 367 throw NetworkException("Curl returned non-zero exit code " in getWorkInternal() 376 throw NetworkException("JSON parse error: " + errorString); in getWorkInternal() 508 } catch (const NetworkException &ex) { in getWork() 546 throw NetworkException("Reading network file failed."); in networkExists() 560 throw NetworkException("Unable to delete the network file." in networkExists() 594 throw NetworkException("Curl returned non-zero exit code " in fetchNetwork() 625 throw NetworkException("Curl returned non-zero exit code " in fetchGameData() 729 } catch (const NetworkException &ex) { in sendAllGames() 758 throw NetworkException("Curl returned non-zero exit code " in sendCurl() 806 } catch (const NetworkException &ex) { in uploadResult() [all …]
|
H A D | Management.h | 58 struct NetworkException: public std::runtime_error struct 60 NetworkException(std::string const& message) in NetworkException() argument
|
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Http/ |
H A D | Client.php | 32 use TYPO3\CMS\Core\Http\Client\NetworkException; alias 70 throw new NetworkException($e->getMessage(), 1566909446, $e->getRequest(), $e);
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/plugins/module_utils/acme/ |
H A D | acme.py | 32 NetworkException, 44 raise NetworkException(msg="Failure downloading %s, %s" % (info['url'], info['msg'])) 98 … raise NetworkException("Failed to get replay-nonce, got status {0}".format(info['status'])) 255 … raise NetworkException("Failed to parse the ACME response: {0} {1}".format(url, content)) 301 … raise NetworkException("Failed to parse the ACME response: {0} {1}".format(uri, content))
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/test/javatests/src/org/chromium/net/ |
H A D | CronetUrlRequestTest.java | 705 ((NetworkException) callback.mError).getCronetInternalErrorCode()); in testMockStartAsyncError() 724 ((NetworkException) callback.mError).getCronetInternalErrorCode()); in testMockReadDataSyncError() 744 ((NetworkException) callback.mError).getCronetInternalErrorCode()); in testMockReadDataAsyncError() 2105 -21, NetworkException.ERROR_NETWORK_CHANGED, "NETWORK_CHANGED", true); in testErrorCodes() 2117 checkSpecificErrorCode(-2, NetworkException.ERROR_OTHER, "FAILED", false); in testErrorCodes() 2151 assertEquals(NetworkException.ERROR_QUIC_PROTOCOL_FAILED, in testQuicErrorCode() 2152 ((NetworkException) callback.mError).getErrorCode()); in testQuicErrorCode() 2169 assertEquals(NetworkException.ERROR_NETWORK_CHANGED, in testQuicErrorCodeForNetworkChanged() 2170 ((NetworkException) callback.mError).getErrorCode()); in testQuicErrorCodeForNetworkChanged() 2220 assertTrue(error instanceof NetworkException); in testLegacyOnFailedCallback() [all …]
|