
- #TELEGRAM MESSENGER NEDIR FULL#
- #TELEGRAM MESSENGER NEDIR CODE#
USER_DEACTIVATED: The user has been deleted/deactivated.AUTH_KEY_UNREGISTERED: The key is not registered in the system.There was an unauthorized attempt to use functionality available only to authorized users. MSG_WAIT_TIMEOUT: A request that must be completed before processing the current request didn't finish processing yet.MSG_WAIT_FAILED: A request that must be completed before processing the current request returned an error.FIELD_NAME_EMPTY: The field with the name FIELD_NAME is missing.FIELD_NAME_INVALID: The field with the name FIELD_NAME is invalid.PHOTO_INVALID_DIMENSIONS: The photo dimensions are invalid.MD5_CHECKSUM_INVALID: The MD5 checksums do not match.FILE_PART_X_MISSING: Part X (where X is a number) of the file is missing from storage.FILE_PARTS_INVALID: The number of file parts is invalid.FILE_PART_INVALID: The file part number is invalid.TYPE_CONSTRUCTOR_INVALID: The type constructor is invalid.USERS_TOO_MUCH: The maximum number of users has been exceeded (to create a chat, for example).USERS_TOO_FEW: Not enough users (to create a chat, for example).PHONE_NUMBER_UNOCCUPIED: The phone number is not yet being used.PHONE_NUMBER_OCCUPIED: The phone number is already in use.API_ID_INVALID: The api_id/api_hash combination is invalid.
#TELEGRAM MESSENGER NEDIR CODE#
PHONE_CODE_EXPIRED: The confirmation code has expired. PHONE_CODE_EMPTY: phone_code is missing. PHONE_CODE_HASH_EMPTY: phone_code_hash is missing. PHONE_NUMBER_INVALID: The phone number is invalid. LASTNAME_INVALID: The last name is invalid. FIRSTNAME_INVALID: The first name is invalid. In the event that a request was created using a form and contains user generated data, the user should be notified that the data must be corrected before the query is repeated. More information about redirects between data centers » 400 BAD_REQUEST In all these cases, the error description's string literal contains the number of the data center (instead of the X) to which the repeated query must be sent. USER_MIGRATE_X: the user whose identity is being used to execute queries is associated with a different data center (for registration). NETWORK_MIGRATE_X: the source IP address is associated with a different data center (for registration). PHONE_MIGRATE_X: the phone number a user is trying to use for authorization is associated with a different data center. FILE_MIGRATE_X: the file to be accessed is currently stored in a different data center. The request must be repeated, but directed to a different data center. There should be a way to handle errors that are returned in rpc_error constructors.īelow is a list of error codes and their meanings: 303 SEE_OTHER "FLOOD_WAIT_%d": "Please wait %d seconds before repeating the action." "SLOWMODE_WAIT_%d": "Slowmode is enabled in this chat: wait %d seconds before sending another message to this chat.", You can cancel this process at any time, you'll be able to reset your account in %d seconds.",
"2FA_CONFIRM_WAIT_%d": "Since this account is active and protected by a 2FA password, we will delete it in 1 week for security purposes.
user_only - A list of methods that can only be used by users, not bots.Įrror messages and error descriptions may contain printf placeholders in key positions, for now only %d is used to map durations contained in error messages to error descriptions. descriptions - Descriptions for every error mentioned in errors (and a few other errors not related to a specific method). Values: An array of methods which may emit this error (array of strings). Values: All error messages for each method (object). Keys: Error codes as strings (numeric strings). errors - All error messages and codes for each method (object). #TELEGRAM MESSENGER NEDIR FULL#
Error DatabaseĪ full machine-readable JSON list of RPC errors that can be returned by all methods in the API can be found here », what follows is a description of its fields: Error TypeĪ string literal in the form of /+/, which summarizes the problem.
Contains information on the type of error that occurred: for example, a data input error, privacy error, or server error. There will be errors when working with the API, and they must be correctly handled on the client.Īn error is characterized by several parameters: Error Code