Merge branch 'feature/check_connection' into 'master'

Make client report connection issues to servers

See merge request sheepitrenderfarm/client!140
This commit is contained in:
Sheepit Renderfarm
2022-08-30 18:11:17 +00:00
3 changed files with 13 additions and 1 deletions

View File

@@ -109,6 +109,7 @@ public class Error {
ERROR_NO_ROOT(2),
ERROR_BAD_RESPONSE(3),
ERROR_REQUEST_FAILED(5),
SERVER_CONNECTION_FAILED(6),
;
private final int id;