src/eric7/RemoteServer/EricRequestCategory.py

branch
server
changeset 10539
4274f189ff78
parent 10531
3308e8349e4c
child 10561
be23a662d709
--- a/src/eric7/RemoteServer/EricRequestCategory.py	Mon Jan 29 19:50:44 2024 +0100
+++ b/src/eric7/RemoteServer/EricRequestCategory.py	Fri Feb 02 11:29:08 2024 +0100
@@ -17,9 +17,9 @@
     Project = 1
     Debugger = 2
 
-    Echo = 253  # only used for testing
-    Error = 254
-    Server = 255  # used by the remote server internally
+    Echo = 253
+    Server = 254
+    Error = 255  # only sent by the server to report an issue
 
     # user/plugins may define own categories starting with this value
     UserCategory = 1024

eric ide

mercurial