id_translation.exceptions#
General errors for the translation suite.
Exceptions
Raised in case of bad configuration. |
|
Raised when trying to perform operations in a bad online/offline state. |
|
Raised if names could not be derived based on the data type, and aren't explicitly given. |
|
Raised if too many IDs fail to translate. |
|
Translation is globally disabled. |
|
Base class for translation errors. |
|
Base class for translation warnings. |
- exception ConnectionStatusError[source]#
Bases:
ConnectionErrorRaised when trying to perform operations in a bad online/offline state.
- exception MissingNamesError[source]#
Bases:
TranslationErrorRaised if names could not be derived based on the data type, and aren’t explicitly given.
- exception TooManyFailedTranslationsError[source]#
Bases:
TranslationErrorRaised if too many IDs fail to translate.
- exception TranslationDisabledWarning[source]#
Bases:
TranslationWarningTranslation is globally disabled.
- exception TranslationWarning[source]#
Bases:
UserWarningBase class for translation warnings.