PageRenderTime 1645ms queryTime 46ms sortTime 0ms getByIdsTime 1496ms findMatchingLines 66ms

29+ results for 'ERR_CONNECT_FAIL' (1645 ms)

Not the results you expected?
Exception.php https://github.com/robertleeplummerjr/bluebox.git | PHP | 130 lines
                    
62                Doctrine::ERR_INVALID_DSN        => 'invalid DSN',
                    
63                Doctrine::ERR_CONNECT_FAILED     => 'connect failed',
                    
64                Doctrine::ERR_NEED_MORE_DATA     => 'insufficient data supplied',
                    
                
Doctrine.php https://github.com/cawago/ci_campusync_auth.git | PHP | 1039 lines
                    
66    const ERR_INVALID_DSN           = -23;
                    
67    const ERR_CONNECT_FAILED        = -24;
                    
68    const ERR_EXTENSION_NOT_FOUND   = -25;
                    
                
Nat.c https://gitlab.com/benjdag/SoftEtherVPN | C | 1922 lines
                    
154	{
                    
155		*err = ERR_CONNECT_FAILED;
                    
156		return NULL;
                    
                
FTP.php https://bitbucket.org/ferOnti/processmaker.git | PHP | 1427 lines
                    
74 * @since 1.3
                    
75 * @name NET_FTP_ERR_CONNECT_FAILED
                    
76 * @see Net_FTP::connect()
                    
77 */
                    
78define('NET_FTP_ERR_CONNECT_FAILED', -1);
                    
79
                    
                
ClassAd.java https://gitlab.com/mohiuddin-shuvo/asterixdb | Java | 1258 lines
                    
76    public static final int ERR_CANNOT_CHANGE_MODE = 286;
                    
77    public static final int ERR_CONNECT_FAILED = 287;
                    
78    public static final int ERR_CLIENT_NOT_CONNECTED = 288;
                    
                
mongo_connection.cpp http://luamongo.googlecode.com/svn/trunk/ | C++ | 799 lines
                    
88        lua_pushnil(L);
                    
89        lua_pushfstring(L, LUAMONGO_ERR_CONNECT_FAILED, connectstr, e.what());
                    
90        return 2;
                    
                
collectionClient.cpp git://pkgs.fedoraproject.org/condor | C++ | 1178 lines
                    
171	if( !serverSock->connect( (char*) addr.c_str( ), port ) ) {
                    
172		CondorErrno = ERR_CONNECT_FAILED;
                    
173		CondorErrMsg = "failed to connect to server" + addr;
                    
                
Exception.php https://github.com/cawago/ci_campusync_auth.git | PHP | 136 lines
                    
65                                    -804 => Doctrine::ERR_VALUE_COUNT_ON_ROW,
                    
66                                    -904 => Doctrine::ERR_CONNECT_FAILED,
                    
67                                    -922 => Doctrine::ERR_NOSUCHDB,
                    
67                                    -922 => Doctrine::ERR_NOSUCHDB,
                    
68                                    -923 => Doctrine::ERR_CONNECT_FAILED,
                    
69                                    -924 => Doctrine::ERR_CONNECT_FAILED
                    
                
http-connection.en.rst https://github.com/apache/trafficserver.git | ReStructuredText | 282 lines
                    
90
                    
91.. ts:stat:: global proxy.process.http.err_connect_fail_count_stat integer
                    
92   :type: counter
                    
94
                    
95.. ts:stat:: global proxy.process.http.err_connect_fail_origin_server_bytes_stat integer
                    
96   :type: counter
                    
99
                    
100.. ts:stat:: global proxy.process.http.err_connect_fail_user_agent_bytes_stat integer
                    
101   :type: counter
                    
                
mongodb_ext.cpp git://pkgs.fedoraproject.org/Falcon | C++ | 1048 lines
                    
181            throw new MongoDBError( ErrorParam( MONGODB_ERR_CONNECT, __LINE__ )
                    
182                                    .desc( FAL_STR( _err_connect_fail ) ) );
                    
183        }
                    
                
Exception.php https://github.com/allanfreitas/CodeIgniter-Base-Project-Files.git | PHP | 130 lines
                    
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',
                    
                
stats.h git://pkgs.fedoraproject.org/trafficserver | C Header | 381 lines
                    
102    lookup_table.insert(make_pair("client_abort", LookupItem("Clnt Abort", "proxy.process.http.err_client_abort_count_stat", 2)));
                    
103    lookup_table.insert(make_pair("conn_fail", LookupItem("Conn Fail", "proxy.process.http.err_connect_fail_count_stat", 2)));
                    
104    lookup_table.insert(make_pair("abort", LookupItem("Abort", "proxy.process.http.transaction_counts.errors.aborts", 2)));
                    
                
tstop git://pkgs.fedoraproject.org/trafficserver | Perl | 461 lines
                    
235              client_fail => { name => "Clnt Fail",
                    
236                               stat => "proxy.process.http.err_connect_fail_count_stat",
                    
237                             },
                    
                
HttpConfig.h git://pkgs.fedoraproject.org/trafficserver | C Header | 995 lines
                    
253  http_err_client_abort_origin_server_bytes_stat,
                    
254  http_err_connect_fail_count_stat,
                    
255  http_err_connect_fail_user_agent_bytes_stat,
                    
255  http_err_connect_fail_user_agent_bytes_stat,
                    
256  http_err_connect_fail_origin_server_bytes_stat,
                    
257  http_misc_count_stat,
                    
                
MT_Client.cpp git://github.com/leonard-lab/MADTraC.git | C++ | 377 lines
                    
61        }
                    
62        return MT_Server::err_connect_failed;
                    
63    }
                    
                
Rconnection.h https://github.com/Filirom1/r-node.git | C Header | 444 lines
                    
51
                    
52#define CERR_connect_failed    -1
                    
53#define CERR_handshake_failed  -2
                    
                
hokuyo_aist.cpp https://github.com/naderman/gearbox.git | C++ | 162 lines
                    
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;
                    
                
commands.py http://google-apps-for-your-domain-ldap-sync.googlecode.com/svn/trunk/ | Python | 1204 lines
                    
146      if self.ldap_context.Connect():
                    
147        logging.error(messages.msg(messages.ERR_CONNECT_FAILED))
                    
148      else:
                    
                
remoteQuery.cpp git://pkgs.fedoraproject.org/condor | C++ | 307 lines
                    
54		|| !serverSock.end_of_message() ){
                    
55		CondorErrno = ERR_CONNECT_FAILED;
                    
56		CondorErrMsg = "failed to connect to collection server";
                    
                
condor_error_codes.h git://pkgs.fedoraproject.org/condor | C Header | 82 lines
                    
32const int SECMAN_ERR_INVALID_POLICY = 2002;
                    
33const int SECMAN_ERR_CONNECT_FAILED = 2003;
                    
34const int SECMAN_ERR_NO_SESSION = 2004;
                    
55
                    
56const int CEDAR_ERR_CONNECT_FAILED = 6001;
                    
57const int CEDAR_ERR_EOM_FAILED = 6002;
                    
                
HTTPd.c https://bitbucket.org/DexaSamTsai/dxdoorcam_development.git | C | 772 lines
                    
452			if ( ( res = Socket_Recv( httpd->http_fd, &httpd->http.header.buf[ httpd->http.header.size ], recv_size ) ) < 0 ) {
                    
453				return NET_ERR_CONNECT_FAIL;
                    
454			} else if ( res == 0 ) {
                    
                
enums.h https://github.com/romanbsd/squid.git | C Header | 878 lines
                    
72    ERR_SHUTTING_DOWN,
                    
73    ERR_CONNECT_FAIL,
                    
74    ERR_INVALID_REQ,
                    
                
hokuyo_aist.h https://github.com/naderman/gearbox.git | C Header | 511 lines
                    
90/// Failed to connect to the laser.
                    
91#define HOKUYO_ERR_CONNECT_FAILED  5
                    
92/// Failed to close a port.
                    
119/// Failed to connect to the laser.
                    
120const unsigned int HOKUYO_ERR_CONNECT_FAILED  = 5;
                    
121/// Failed to close a port.
                    
                
squid-3.1.6-bug3011.patch https://github.com/mikehale/portage.git | Patch | 116 lines
                    
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;
                    
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;
                    
                
common.h https://github.com/xiaogongzhu/luamongo.git | C Header | 30 lines
                    
18#define LUAMONGO_ERR_INSERT_FAILED      "Insert failed: %s"
                    
19#define LUAMONGO_ERR_CONNECT_FAILED     "Connection to %s failed: %s"
                    
20#define LUAMONGO_ERR_COUNT_FAILED       "Count failed: %s"
                    
                
mongo_replicaset.cpp https://github.com/xiaogongzhu/luamongo.git | C++ | 132 lines
                    
76        lua_pushnil(L);
                    
77        lua_pushfstring(L, LUAMONGO_ERR_CONNECT_FAILED, LUAMONGO_REPLICASET, e.what());
                    
78        return 2;
                    
                
WXStreamModule.m https://bitbucket.org/SitongChen/weexdemo.git | Objective C | 449 lines
                    
41    __block NSMutableDictionary * callbackRsp =[[NSMutableDictionary alloc] init];
                    
42    __block NSString *statusText = @"ERR_CONNECT_FAILED";
                    
43    
                    
                
HTTP.h https://github.com/pquerna/trafficserver.git | C Header | 1360 lines
                    
143  SQUID_LOG_ERR_CLIENT_ABORT = 't',
                    
144  SQUID_LOG_ERR_CONNECT_FAIL = 'u',
                    
145  SQUID_LOG_ERR_INVALID_REQ = 'v',
                    
                
MT_Server.h git://github.com/leonard-lab/MADTraC.git | C Header | 186 lines
                    
39        err_ack_failed,
                    
40        err_connect_failed,
                    
41        err_msg_table_init_failed
                    
                
 

Source

Language