Update documentation, errors and add TODOs

This commit is contained in:
Lonami Exo
2019-02-27 19:30:12 +01:00
parent f66d65d409
commit 05d174d4ce
6 changed files with 21 additions and 56 deletions

View File

@@ -93,6 +93,7 @@ FILEREF_UPGRADE_NEEDED,406,The file reference needs to be refreshed before being
FIRSTNAME_INVALID,400,The first name is invalid
FLOOD_TEST_PHONE_WAIT_X,420,A wait of {seconds} seconds is required in the test servers
FLOOD_WAIT_X,420,A wait of {seconds} seconds is required
FRESH_RESET_AUTHORISATION_FORBIDDEN,406,The current session is too new and cannot be used to reset other authorisations yet
GIF_ID_INVALID,400,The provided GIF ID is invalid
GROUPED_MEDIA_INVALID,400,Invalid grouped media
HASH_INVALID,400,The provided hash is invalid
1 name codes description
93 FIRSTNAME_INVALID 400 The first name is invalid
94 FLOOD_TEST_PHONE_WAIT_X 420 A wait of {seconds} seconds is required in the test servers
95 FLOOD_WAIT_X 420 A wait of {seconds} seconds is required
96 FRESH_RESET_AUTHORISATION_FORBIDDEN 406 The current session is too new and cannot be used to reset other authorisations yet
97 GIF_ID_INVALID 400 The provided GIF ID is invalid
98 GROUPED_MEDIA_INVALID 400 Invalid grouped media
99 HASH_INVALID 400 The provided hash is invalid