Home
last modified time | relevance | path

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

/plugin/webdavclient/
Dhelper.php17 protected $lastErr = ''; variable in helper_plugin_webdavclient
63 return $this->lastErr;
89 $this->lastErr = 'Error adding calendar entry, server reported status '.$this->client->status;
118 … $this->lastErr = 'Error editing calendar entry, server reported status '.$this->client->status;
147 … $this->lastErr = 'Error deleting calendar entry, server reported status '.$this->client->status;
233 $this->lastErr = "Error deleting connection.";
294 … $this->lastErr = 'Error adding addressbook entry, server reported status '.$this->client->status;
324 … $this->lastErr = 'Error editing addressbook entry, server reported status '.$this->client->status;
353 …$this->lastErr = 'Error deleting addressbook entry, server reported status '.$this->client->status;
427 $this->lastErr = "Error inserting values into SQLite DB";
[all …]