rics.translation.exceptions#

General errors for the translation suite.

Exceptions

ConfigurationError

Raised in case of bad configuration.

ConnectionStatusError

Raised when trying to perform operations in a bad online/offline state.

TooManyFailedTranslationsError

Raised if too many IDs fail to translate.

TranslationError

Base class for translation errors.

exception ConfigurationError[source]#

Bases: ValueError

Raised in case of bad configuration.

exception ConnectionStatusError[source]#

Bases: ValueError

Raised when trying to perform operations in a bad online/offline state.

exception TranslationError[source]#

Bases: ValueError

Base class for translation errors.

exception TooManyFailedTranslationsError[source]#

Bases: TranslationError

Raised if too many IDs fail to translate.