Make client report connection issues to servers
This commit is contained in:
committed by
Sheepit Renderfarm
parent
36b506aa6f
commit
3d5d91a1e4
@@ -108,6 +108,7 @@ public class Error {
|
||||
ERROR_NO_ROOT(2),
|
||||
ERROR_BAD_RESPONSE(3),
|
||||
ERROR_REQUEST_FAILED(5),
|
||||
SERVER_CONNECTION_FAILED(6),
|
||||
;
|
||||
|
||||
private final int id;
|
||||
|
||||
Reference in New Issue
Block a user