Lines Matching refs:setError
232 $this->setError($msg);
245 …$this->setError('The PHP cURL Extension is required for HTTPS or NLTM. You will need to re-build …
397 $this->setError('Unknown scheme ' . $this->scheme);
435 $this->setError("Too many tries to get an OK response ($this->response_status_line)");
745 $this->setError('couldn\'t write message data to socket');
805 $this->setError('server failed to send headers');
817 $this->setError('socket read of headers timed out');
890 $this->setError('socket read of chunk length timed out');
906 $this->setError('socket read of body timed out');
920 $this->setError('socket read of chunk terminator timed out');
943 $this->setError('no response from server');
972 $this->setError($err);
1014 $this->setError('no proper separation of headers and document');
1082 $this->setError('HTTP authentication failed');
1091 …$this->setError("Unsupported HTTP response status $http_status $http_reason (soapclient->response …
1119 $this->setError('Error using gzinflate to inflate the payload');
1135 $this->setError('Error using gzinflate to un-gzip the payload');
1144 …$this->setError('The server sent compressed data. Your php install must have the Zlib extension co…
1148 $this->setError('Unsupported Content-Encoding ' . $this->incoming_headers['content-encoding']);
1156 $this->setError('no data present after HTTP headers');