Add SECONDS_INVALID

This commit is contained in:
davtur19 2019-09-06 17:13:04 +02:00 committed by GitHub
parent dab237e758
commit 95c33faab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,7 @@ RANDOM_ID_DUPLICATE,500,You provided a random ID that was already used
RANDOM_ID_INVALID,400,A provided random ID is invalid
RANDOM_LENGTH_INVALID,400,Random length invalid
RANGES_INVALID,400,Invalid range provided
REACTION_INVALID,400,Invalid reaction provided
REG_ID_GENERATE_FAILED,500,Failure while generating registration ID
REPLY_MARKUP_INVALID,400,The provided reply markup is invalid
REPLY_MARKUP_TOO_LONG,400,The data embedded in the reply markup buttons was too much
@ -216,6 +217,7 @@ RPC_CALL_FAIL,,"Telegram is having internal issues, please try again later."
RPC_MCGET_FAIL,,"Telegram is having internal issues, please try again later."
RSA_DECRYPT_FAILED,400,Internal RSA decryption failed
SEARCH_QUERY_EMPTY,400,The search query is empty
SECONDS_INVALID,400,Seconds invalid
SEND_MESSAGE_MEDIA_INVALID,400,The message media was invalid or not specified
SEND_MESSAGE_TYPE_INVALID,400,The message type is invalid
SESSION_EXPIRED,401,The authorization has expired

1 name codes description
205 RANDOM_ID_INVALID 400 A provided random ID is invalid
206 RANDOM_LENGTH_INVALID 400 Random length invalid
207 RANGES_INVALID 400 Invalid range provided
208 REACTION_INVALID 400 Invalid reaction provided
209 REG_ID_GENERATE_FAILED 500 Failure while generating registration ID
210 REPLY_MARKUP_INVALID 400 The provided reply markup is invalid
211 REPLY_MARKUP_TOO_LONG 400 The data embedded in the reply markup buttons was too much
217 RPC_MCGET_FAIL Telegram is having internal issues, please try again later.
218 RSA_DECRYPT_FAILED 400 Internal RSA decryption failed
219 SEARCH_QUERY_EMPTY 400 The search query is empty
220 SECONDS_INVALID 400 Seconds invalid
221 SEND_MESSAGE_MEDIA_INVALID 400 The message media was invalid or not specified
222 SEND_MESSAGE_TYPE_INVALID 400 The message type is invalid
223 SESSION_EXPIRED 401 The authorization has expired