2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-29 06:48:41 +00:00
This commit is contained in:
2026-04-05 12:35:27 +03:00
parent 44983d7784
commit c7d095ea96
17 changed files with 546 additions and 732 deletions
+5 -5
View File
@@ -12,12 +12,12 @@ namespace Esiur.Net.Packets
Stream = 0x2,
// Error
PermissionError = 0x81,
ExecutionError = 0x82,
PermissionError = 0x4,
ExecutionError = 0x5,
// Partial
Progress = 0x10,
Chunk = 0x11,
Warning = 0x12
Progress = 0x8,
Chunk = 0x9,
Warning = 0xA
}
}