Welcome to yandex’s documentation!

Indices and tables

yandex

Classes

Yandex Yandex python wrapper.

errors

Exceptions

YandexError Base Exception for all Yandex related errors
YandexFormatError Exception signaling an error in format for the translate method
YandexRequestError Base Exception for all request related errors
YandexTranslationError Base Exception for all translation related errors.
YandexTranslationImpossible The text cannot be translated.
YandexNotSupportedTranslationDirection The translation direction is not supported
YandexInvalidLanguageCode The language code is invalid
YandexAPIKeyError Base Exception for all API Key errors
YandexInvalidAPIKey API Key is invalid
YandexBlockedAPIKey API Key has been blocked
YandexAPIExceededError Base Exception for all rate-limit related errors
YandexDailyLimitExceeded The daily limit on the amount of text to be translated has been exceeded
YandexTextSizeExceeded The text amount to be translated at once is too large.
raise_exception Raises an appropriate YandexError exception based on the response.