Typo
This commit is contained in:
@@ -145,7 +145,7 @@ public class Error {
|
|||||||
public static String humanString(Type in) {
|
public static String humanString(Type in) {
|
||||||
switch (in) {
|
switch (in) {
|
||||||
case ERROR_BAD_RESPONSE:
|
case ERROR_BAD_RESPONSE:
|
||||||
return "Bad answer from server. It's a server side error, wait a bit an retry later.";
|
return "Bad answer from server. It's a server side error, wait a bit and retry later.";
|
||||||
case NETWORK_ISSUE:
|
case NETWORK_ISSUE:
|
||||||
return "Could not connect to the server, please check if you have connectivity issue";
|
return "Could not connect to the server, please check if you have connectivity issue";
|
||||||
case TOO_OLD_CLIENT:
|
case TOO_OLD_CLIENT:
|
||||||
|
|||||||
Reference in New Issue
Block a user