Lines Matching refs:_error
407 var $_error; ///< last error message variable in SphinxClient
455 $this->_error = ""; // per-reply fields (for single-query case)
474 return $this->_error;
523 $this->_error = 'connection unexpectedly closed (timed out?)';
592 $this->_error = "connection to $location failed (errno=$errno, msg=$errstr)";
604 $this->_error = "failed to send client protocol version";
614 $this->_error = "expected searchd protocol version 1+, got version '$v'";
649 $this->_error = $len
664 $this->_error = "searchd error: " . substr ( $response, 4 );
669 $this->_error = "temporary searchd error: " . substr ( $response, 4 );
674 $this->_error = "unknown status code '$status'";
958 $this->_error = $results[0]["error"];
1093 $this->_error = "no queries defined, issue AddQuery() first";
1370 $this->_error = "incomplete reply";
1457 $this->_error = "incomplete reply";
1557 $this->_error = 'already connected';
1576 $this->_error = 'not connected';