50+ results for 'ERR_CONNECT_FAIL' (0 ms)
Not the results you expected?
Exception.php (https://github.com/proyectoalba/alba.git) PHP · 130 lines
tcp.v (https://github.com/vlang/v.git) V · 356 lines
rpnSocket.cpp (https://github.com/ALTIBASE/altibase.git) C++ · 320 lines
http-connection.en.rst (https://github.com/apache/trafficserver.git) ReStructuredText · 282 lines
89 :units: bytes
91 .. ts:stat:: global proxy.process.http.err_connect_fail_count_stat integer
92 :type: counter
93 :ungathered:
95 .. ts:stat:: global proxy.process.http.err_connect_fail_origin_server_bytes_stat integer
96 :type: counter
97 :units: bytes
98 :ungathered:
100 .. ts:stat:: global proxy.process.http.err_connect_fail_user_agent_bytes_stat integer
101 :type: counter
102 :units: bytes
Exception.php (https://github.com/ascorbic/doctrine-tracker.git) PHP · 130 lines
61 Doctrine_Core::ERR_VALUE_COUNT_ON_ROW => 'value count on row',
62 Doctrine_Core::ERR_INVALID_DSN => 'invalid DSN',
63 Doctrine_Core::ERR_CONNECT_FAILED => 'connect failed',
64 Doctrine_Core::ERR_NEED_MORE_DATA => 'insufficient data supplied',
65 Doctrine_Core::ERR_EXTENSION_NOT_FOUND=> 'extension not found',
mongodb_ext.cpp (git://pkgs.fedoraproject.org/Falcon) C++ · 1048 lines
MT_Client.cpp (git://github.com/leonard-lab/MADTraC.git) C++ · 377 lines
ej-contests-control.c (https://github.com/blackav/ejudge.git) C · 180 lines
hokuyo_aist.cpp (https://github.com/naderman/gearbox.git) C++ · 162 lines
83 scope ().attr ("HOKUYO_ERR_PROTOCOL") = HOKUYO_ERR_PROTOCOL;
84 scope ().attr ("HOKUYO_ERR_CHANGEBAUD") = HOKUYO_ERR_CHANGEBAUD;
85 scope ().attr ("HOKUYO_ERR_CONNECT_FAILED") = HOKUYO_ERR_CONNECT_FAILED;
86 scope ().attr ("HOKUYO_ERR_CLOSE_FAILED") = HOKUYO_ERR_CLOSE_FAILED;
87 scope ().attr ("HOKUYO_ERR_NODESTINATION") = HOKUYO_ERR_NODESTINATION;
remoteQuery.cpp (git://pkgs.fedoraproject.org/condor) C++ · 307 lines
condor_error_codes.h (git://pkgs.fedoraproject.org/condor) C Header · 82 lines
31 const int SECMAN_ERR_INTERNAL = 2001;
32 const int SECMAN_ERR_INVALID_POLICY = 2002;
33 const int SECMAN_ERR_CONNECT_FAILED = 2003;
34 const int SECMAN_ERR_NO_SESSION = 2004;
35 const int SECMAN_ERR_ATTRIBUTE_MISSING = 2005;
54 const int GSI_ERR_NO_VALID_PROXY = 5007;
56 const int CEDAR_ERR_CONNECT_FAILED = 6001;
57 const int CEDAR_ERR_EOM_FAILED = 6002;
58 const int CEDAR_ERR_PUT_FAILED = 6003;
err.h (https://bitbucket.org/pbuitvydas/tcpmp.git) C Header · 56 lines
mongo_connection.cpp (https://github.com/xiaogongzhu/luamongo.git) C++ · 133 lines
squid-3.1.6-bug3011.patch (https://github.com/mikehale/portage.git) Patch · 116 lines
41 - debugs(50, 4, "fwdConnectStart: " << xstrerror());
42 + debugs(50, 4, "fwdConnectStart: IPv6 is Disabled. Cannot connect from " << outgoing);
43 ErrorState *anErr = errorCon(ERR_CONNECT_FAIL, HTTP_SERVICE_UNAVAILABLE, request);
44 - anErr->xerrno = errno;
45 + anErr->xerrno = EAFNOSUPPORT;
98 + if (!Ip::EnableIpv6 && !temp.SetIPv4()) {
99 + debugs(50, 4, "tunnelStart: IPv6 is Disabled. Tunnel failed from " << temp);
100 + err = errorCon(ERR_CONNECT_FAIL, HTTP_SERVICE_UNAVAILABLE, request);
101 + err->xerrno = EAFNOSUPPORT;
102 + errorSend(fd, err);
common.h (https://github.com/xiaogongzhu/luamongo.git) C Header · 30 lines
mongo_replicaset.cpp (https://github.com/xiaogongzhu/luamongo.git) C++ · 132 lines
hidpp10.md (https://github.com/cvuchener/g500.git) Markdown · 215 lines
MT_Server.h (git://github.com/leonard-lab/MADTraC.git) C Header · 186 lines
Status.java (https://github.com/apache/incubator-weex.git) Java · 94 lines
err_type.h (https://github.com/squid-cache/squid.git) C Header · 110 lines
mt_action.h (https://github.com/F-Stack/f-stack.git) C Header · 195 lines
errors.py (https://github.com/misterch0c/shadowbroker.git) Python · 62 lines
25 ERR_ERROR_RECV = mcl.status.framework.ERR_START + 17
26 ERR_ERROR_ACCEPT = mcl.status.framework.ERR_START + 18
27 ERR_CONNECT_FAILED = mcl.status.framework.ERR_START + 19
28 ERR_SOCKET_INDEX_NOT_FOUND = mcl.status.framework.ERR_START + 20
29 ERR_SOCKET_THREAD_ENDED = mcl.status.framework.ERR_START + 21
52 ERR_ERROR_RECV: "Error performing 'recv'",
53 ERR_ERROR_ACCEPT: 'Error accepting new connection',
54 ERR_CONNECT_FAILED: 'Failed to connect to target',
55 ERR_SOCKET_INDEX_NOT_FOUND: 'Socket index not found',
56 ERR_SOCKET_THREAD_ENDED: 'Socket send/recv thread ended',
errors.py (https://github.com/misterch0c/shadowbroker.git) Python · 24 lines
13 ERR_CLEARLOG_FAILED = mcl.status.framework.ERR_START + 5
14 ERR_API_NOT_FOUND = mcl.status.framework.ERR_START + 6
15 ERR_CONNECT_FAILED = mcl.status.framework.ERR_START + 7
16 errorStrings = {ERR_INVALID_PARAM: 'Invalid parameter(s)',
17 ERR_MARSHAL_FAILED: 'Marshaling data failed',
21 ERR_CLEARLOG_FAILED: 'Clear of event log failed',
22 ERR_API_NOT_FOUND: 'Required API was not found',
23 ERR_CONNECT_FAILED: 'Connect to remote target failed'
24 }
netxms_isc.h (https://github.com/netxms/netxms.git) C Header · 102 lines
errors.py (https://github.com/misterch0c/shadowbroker.git) Python · 44 lines
13 ERR_ADD_TO_LIST_FAILED = mcl.status.framework.ERR_START + 5
14 ERR_GET_FROM_LIST_FAILED = mcl.status.framework.ERR_START + 6
15 ERR_CONNECT_FAILURE = mcl.status.framework.ERR_START + 7
16 ERR_CONNECT_ACCESS_DENIED = mcl.status.framework.ERR_START + 8
17 ERR_CONNECT_FILE_NOT_FOUND = mcl.status.framework.ERR_START + 9
31 ERR_ADD_TO_LIST_FAILED: 'Failed to add object to list',
32 ERR_GET_FROM_LIST_FAILED: 'Failed to get object from list',
33 ERR_CONNECT_FAILURE: 'Unable to connect to COM Port',
34 ERR_CONNECT_ACCESS_DENIED: 'Access Denied to Serial Port',
35 ERR_CONNECT_FILE_NOT_FOUND: 'Unable to find defined COM Port',
errors.py (https://github.com/misterch0c/shadowbroker.git) Python · 24 lines
13 ERR_NOT_FOUND = mcl.status.framework.ERR_START + 5
14 ERR_API_NOT_FOUND = mcl.status.framework.ERR_START + 6
15 ERR_CONNECT_FAILED = mcl.status.framework.ERR_START + 7
16 errorStrings = {ERR_INVALID_PARAM: 'Invalid parameter(s)',
17 ERR_NOT_IMPLEMENTED: 'Not implemented on this platform',
21 ERR_NOT_FOUND: 'No packages found',
22 ERR_API_NOT_FOUND: 'A required API was not found',
23 ERR_CONNECT_FAILED: 'Failed to connect to remote target'
24 }
errors.py (https://github.com/francisck/DanderSpritz_docs.git) Python · 32 lines
12 ERR_SOCKET_BIND_FAILURE = mcl.status.framework.ERR_START + 4
13 ERR_SOCKET_OPTION_FAILURE = mcl.status.framework.ERR_START + 5
14 ERR_CONNECT_FAILURE = mcl.status.framework.ERR_START + 6
15 ERR_SEND_FAILURE = mcl.status.framework.ERR_START + 7
16 ERR_PACKET_TOO_LARGE = mcl.status.framework.ERR_START + 8
24 ERR_SOCKET_BIND_FAILURE: 'Failed to bind to given source port',
25 ERR_SOCKET_OPTION_FAILURE: 'Failed to set socket option',
26 ERR_CONNECT_FAILURE: 'Connect request failed',
27 ERR_SEND_FAILURE: 'Send failed',
28 ERR_PACKET_TOO_LARGE: 'The given packet is too large to send',
errors.v (https://github.com/vlang/v.git) V · 44 lines
HTTPd.h (https://bitbucket.org/DexaSamTsai/dxdoorcam_development.git) C Header · 174 lines
classadErrno.h (git://pkgs.fedoraproject.org/classads) C Header · 81 lines
rtsp_client.h (https://github.com/BigPig0/RelayLive.git) C Header · 113 lines
payfast.php (https://github.com/PayFast/mod-oscommerce_2.git) PHP · 27 lines
22 define( 'MODULE_PAYMENT_PAYFAST_ERR_ORDER_PROCESSED', 'This order has already been processed' );
23 define( 'MODULE_PAYMENT_PAYFAST_ERR_ORDER_INVALID', 'This order ID is invalid' );
24 define( 'MODULE_PAYMENT_PAYFAST_ERR_CONNECT_FAILED', 'Failed to connect to PayFast' );
25 define( 'MODULE_PAYMENT_PAYFAST_ERR_ID_MISMATCH', 'Order ID mismatch' );
26 define( 'MODULE_PAYMENT_PAYFAST_ERR_PAYMENT_NOT_COMPLETE', 'Payment is not yet COMPLETE' );
errors.py (https://github.com/francisck/DanderSpritz_docs.git) Python · 38 lines
18 ERR_GET_COUNT_FAILED = mcl.status.framework.ERR_START + 10
19 ERR_API_NOT_FOUND = mcl.status.framework.ERR_START + 11
20 ERR_CONNECT_FAILED = mcl.status.framework.ERR_START + 12
21 ERR_CREATE_RENDER_FAILURE = mcl.status.framework.ERR_START + 13
22 ERR_NO_MATCHING_ENTRIES = mcl.status.framework.ERR_START + 14
33 ERR_GET_COUNT_FAILED: 'Failed to get start/end entry',
34 ERR_API_NOT_FOUND: 'Required API was not found',
35 ERR_CONNECT_FAILED: 'Connect to remote target failed',
36 ERR_CREATE_RENDER_FAILURE: 'Failed to create render context',
37 ERR_NO_MATCHING_ENTRIES: 'No matching entries found'
StatusCodes.java (https://github.com/dstmath/HWFramework.git) Java · 39 lines
open.c (https://github.com/blackav/ejudge.git) C · 85 lines
open.c (https://github.com/blackav/ejudge.git) C · 72 lines
pwrctrl_power_state_manager.h (https://github.com/omerazo/android_kernel_huawei_hi3650.git) C Header · 151 lines
common.h (https://github.com/nrich/luamongo.git) C++ Header · 33 lines
18 #define LUAMONGO_ERR_FIND_ONE_FAILED "Find One failed: %s"
19 #define LUAMONGO_ERR_INSERT_FAILED "Insert failed: %s"
20 #define LUAMONGO_ERR_CONNECT_FAILED "Connection to %s failed: %s"
21 #define LUAMONGO_ERR_COUNT_FAILED "Count failed: %s"
22 #define LUAMONGO_ERR_REMOVE_FAILED "Remove failed: %s"
EventHandler.h (https://github.com/caozhiyi/CppNet.git) C Header · 63 lines
common.h (https://bitbucket.org/dushan01/fenix) C Header · 16 lines
NpuClientActor.cpp (https://bitbucket.org/b7nw5s/neplusultra.git) C++ · 90 lines
squid.sh (https://github.com/Bludge0n/Honeyd.git) Shell · 138 lines
ESalesApie.java (https://bitbucket.org/bimotriw/esales_perumnas.git) Java · 136 lines
string_arrays.c (https://bitbucket.org/drainware/squid.git) C · 117 lines
sagepaynow_common.inc (https://github.com/SagePay/PayNow-UberCart-Drupal7.git) PHP · 149 lines
42 define( 'PN_ERR_BAD_ACCESS', 'Bad access of page' );
43 define( 'PN_ERR_BAD_SOURCE_IP', 'Bad source IP address' );
44 define( 'PN_ERR_CONNECT_FAILED', 'Failed to connect to Sage Pay Now' );
45 define( 'PN_ERR_INVALID_SIGNATURE', 'Security signature mismatch' );
46 define( 'PN_ERR_MERCHANT_ID_MISMATCH', 'Merchant ID mismatch' );