Utility functions
ID Translation
Documentation
Complete API reference
Cookbook
"""General errors for the translation suite.""" [docs]class ConfigurationError(ValueError): """Raised in case of bad configuration.""" [docs]class OfflineError(ValueError): """Raised for offline state errors."""