Variable ErrorMessagesConst
ErrorMessages: {
CHAT_ID_NOT_AVAILABLE: "The chat ID related to this message is not available.";
FILE_DOWNLOAD_FAILED: "Failed to download the file. Error: ${err}.";
FILE_RETRIEVAL_FAILED: "Failed to retrieve the file from the path: <file_path>.";
FILE_WRITE_INVALID_TYPE: "Invalid file write type specified. Available types: 'stream' or 'promise'.";
INVALID_CHAT_ID: "The provided ID is invalid for retrieving chat information; it does not correspond to a valid chat ID.";
INVALID_CLIENT_ID: "The bot ID is not available. Please check if the bot has been initialized";
INVALID_FILTER_FUNCTION: "The provided 'options.filter' is not a function.";
INVALID_OPTIONS: "The provided options are invalid.";
INVALID_USER_ID: "The provided ID is invalid for retrieving user information; it does not correspond to a valid user ID.";
MESSAGE_ID_NOT_AVAILABLE: "The message ID related to this message is not available.";
MISSING_TOKEN: "A token must be specified to receive updates from Telegram.";
MISSING_URL_PARAMETER: "The 'url' parameter is required but was not provided.";
USER_ID_NOT_AVAILABLE: "The user ID related to this message is not available.";
WEBHOOK_SERVER_CREATION_FAILED: "The webhook server could not be created.";
}