comparison: src/eric7/RemoteServer/EricRequestCategory.py
src/eric7/RemoteServer/EricRequestCategory.py
- branch
- server
- changeset 10539
- 4274f189ff78
- parent 10531
- 3308e8349e4c
- child 10561
- be23a662d709
equal
deleted
inserted
replaced
15 """ |
15 """ |
16 FileSystem = 0 |
16 FileSystem = 0 |
17 Project = 1 |
17 Project = 1 |
18 Debugger = 2 |
18 Debugger = 2 |
19 |
19 |
20 Echo = 253 # only used for testing |
20 Echo = 253 |
21 Error = 254 |
21 Server = 254 |
22 Server = 255 # used by the remote server internally |
22 Error = 255 # only sent by the server to report an issue |
23 |
23 |
24 # user/plugins may define own categories starting with this value |
24 # user/plugins may define own categories starting with this value |
25 UserCategory = 1024 |
25 UserCategory = 1024 |