You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/faforever/api/error/ErrorCode.java
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ public enum ErrorCode {
89
89
CAN_NOT_REVEAL_RESULTS_WHEN_VOTING_IS_NOT_FINISHED(179, "Vote still ongoing", "You can reveal results when voting is ongoing. Please set reveal results only after voting finished."),
90
90
VOTING_SUBJECT_DOES_NOT_EXIST(180, "Voting subject does not exist", "There is no voting subject with the ID ''{0}''."),
91
91
VOTING_CHOICE_DOES_NOT_EXIST(181, "Invalid choice", "There is no voting choice with the ID ''{0}''."),
92
-
STEAM_ID_ALREADY_LINKED(182, "Steam account already linked to a FAF account", "You linked this account already to user with name ''{0}''."),
92
+
STEAM_ID_ALREADY_LINKED(182, "Steam account already linked to a FAF account", "You linked this account already to user with name ''{0}''."),
93
93
MAP_NAME_INVALID_CHARACTER(183, "Map name invalid", "Only latin characters, numbers, blanks and the minus are allowed."),
94
94
MOD_NAME_INVALID(184, "Mod name invalid", "The name of the mod in the scenario file can only contain printable ASCII characters and blanks."),
95
95
MAP_NAME_INVALID_MINUS_OCCURENCE(185, "Map name invalid", "Only a maximum of {0} minus characters are allowed."),
@@ -101,7 +101,16 @@ public enum ErrorCode {
101
101
INVALID_FEATURED_MOD(191, "Invalid featured mod name", "The featured mod name ''{0}'' is not allowed in this context."),
102
102
API_KEY_INVALID(192, "Api key is invalid", "The api key is invalid."),
103
103
UNKNOWN_STEAM_ID(193, "Unable to resolve steam id", "The Steam ID ''{0}'' does not match any account."),
104
-
RECAPTCHA_VALIDATION_FAILED(194, "Recaptcha validation failed", "The response code from the recaptcha did not pass the verification.");
104
+
RECAPTCHA_VALIDATION_FAILED(194, "Recaptcha validation failed", "The response code from the recaptcha did not pass the verification."),
105
+
GOG_ID_UNCHANGEABLE(195, "Linking to GOG failed", "Your Account is already linked to GOG. Just login with our client and start playing."),
106
+
GOG_LINK_GAMES_NOT_PUBLIC(196, "Linking to GOG failed", "Your games list is not public."),
107
+
GOG_LINK_PROFILE_NOT_PUBLIC(197, "Linking to GOG failed", "Your profile is not public."),
108
+
GOG_LINK_PROFILE_TOKEN_NOT_SET(198, "Linking to GOG failed", "The link token couldn't be found on your profile. Make sure to set your status."),
109
+
GOG_LINK_NO_FA_GAME(199, "Linking to GOG failed", "You do not own Forged Alliance on GOG."),
110
+
GOG_LINK_USER_NOT_FOUND(200, "Linking to GOG failed", "GOG user account not found."),
111
+
GOG_LINK_INVALID_USERNAME(201, "Linking to GOG failed", "The specified username is invalid."),
112
+
GOG_LINK_INTERNAL_SERVER_ERROR(202, "Linking to GOG failed", "An internal server error occured while attempting to link accounts. Please contact our tech support."),
113
+
GOG_ID_ALREADY_LINKED(203, "GOG account already linked to a FAF account", "You linked this account already to user with name ''{0}''.");
0 commit comments