Exceptions¶
All exceptions inherit from ObAnalyticsError, allowing callers to catch
the full hierarchy with a single except clause. Configuration and
data-contract problems are raised as the ConfigError subclass.
ObAnalyticsError ¶
Bases: Exception
Base exception for all ob-analytics errors.
ConfigError ¶
Bases: ObAnalyticsError
Configuration values or input data are invalid or inconsistent.