Lines Matching refs:render_error
144 … $this->render_error($renderer, 'YQL: Error: the request to the server failed: '.$client->error);
153 $this->render_error($renderer, 'YQL: YQL Error: '.$json_result->error->description);
158 …$this->render_error($renderer, 'YQL: Unknown error: there is neither an error nor results in the Y…
163 …$this->render_error($renderer, 'YQL: Error: The item name '.$item_name.' doesn\'t exist in the res…
179 … $this->render_error($renderer, 'YQL: Error: The given attribute '.$link.' doesn\'t exist');
184 … $this->render_error($renderer, 'YQL: Error: The given attribute '.$title.' doesn\'t exist');
189 …$this->render_error($renderer, 'YQL: Error: The given attribute '.$title.' is not a simple string …
195 …$this->render_error($renderer, 'YQL: Error: The given attribute '.$link.' is not a simple string b…
208 … $this->render_error($renderer, 'YQL: Error: The given attribute '.$val.' doesn\'t exist');
213 …$this->render_error($renderer, 'YQL: Error: The given attribute '.$val.' is not a simple string bu…
232 private function render_error(Doku_Renderer $renderer, $error) { function in syntax_plugin_yql