Home
last modified time | relevance | path

Searched refs:handleError (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php107 return $this->handleError(-32300, 'transport error - could not open socket');
122 return $this->handleError(-32300, 'transport error - HTTP status code was not 200');
145 return $this->handleError(-32700, 'Parse error. Message not well formed');
150 return $this->handleError($this->message->faultCode, $this->message->faultString);
168 protected function handleError($errorCode, $errorMessage) function in IXR\\Client\\Client
H A DClientSSL.php199 return $this->handleError(-32300, 'transport error - HTTP status code was not 200');
214 return $this->handleError(-32700, 'parse error. not well formed');
218 return $this->handleError($this->message->faultCode, $this->message->faultString);
/dokuwiki/inc/Remote/IXR/
H A DClient.php51 $this->handleError(-32300, 'transport error - ' . $this->httpClient->error);
57 $this->handleError(-32300, 'transport error - HTTP status ' . $this->httpClient->status);
65 return $this->handleError(-32700, 'Parse error. Message not well formed');
70 return $this->handleError($this->message->faultCode, $this->message->faultString);