src/eric7/Documentation/Source/eric7.RemoteServer.EricServerDebuggerRequestHandler.html

branch
eric7
changeset 10958
79842be466d3
parent 10784
521fd465b048
child 10965
f80b241605c9
diff -r fbd61fd3fdc1 -r 79842be466d3 src/eric7/Documentation/Source/eric7.RemoteServer.EricServerDebuggerRequestHandler.html
--- a/src/eric7/Documentation/Source/eric7.RemoteServer.EricServerDebuggerRequestHandler.html	Tue Oct 08 11:44:28 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.RemoteServer.EricServerDebuggerRequestHandler.html	Tue Oct 08 19:27:23 2024 +0200
@@ -96,6 +96,10 @@
 <td>Public method to initialize the server socket listening for debug client connections.</td>
 </tr>
 <tr>
+<td><a href="#EricServerDebuggerRequestHandler.sendError">sendError</a></td>
+<td>Public method to send an error report to the IDE.</td>
+</tr>
+<tr>
 <td><a href="#EricServerDebuggerRequestHandler.shutdownClients">shutdownClients</a></td>
 <td>Public method to shut down all connected clients.</td>
 </tr>
@@ -281,6 +285,29 @@
         connections.
 </p>
 
+<a NAME="EricServerDebuggerRequestHandler.sendError" ID="EricServerDebuggerRequestHandler.sendError"></a>
+<h4>EricServerDebuggerRequestHandler.sendError</h4>
+<b>sendError</b>(<i>request, reqestUuid="", errorMessage=None</i>)
+<p>
+        Public method to send an error report to the IDE.
+</p>
+
+<dl>
+
+<dt><i>request</i> (str)</dt>
+<dd>
+request name
+</dd>
+<dt><i>reqestUuid</i> (str)</dt>
+<dd>
+UUID of the associated request as sent by the eric IDE
+            (defaults to "", i.e. no UUID received)
+</dd>
+<dt><i>errorMessage</i> (str (optional))</dt>
+<dd>
+error message to be sent back (defaults to None)
+</dd>
+</dl>
 <a NAME="EricServerDebuggerRequestHandler.shutdownClients" ID="EricServerDebuggerRequestHandler.shutdownClients"></a>
 <h4>EricServerDebuggerRequestHandler.shutdownClients</h4>
 <b>shutdownClients</b>(<i></i>)

eric ide

mercurial