Skip to content

warnings

Warning classes for analytix.

AnalytixWarning

Bases: Warning

The base warning class for analytix.

Source code in analytix/warnings.py
class AnalytixWarning(Warning):
    """The base warning class for analytix."""

CityReportWarning

Bases: AnalytixWarning

The YouTube API docs are wrong (genuinely).

Source code in analytix/warnings.py
class CityReportWarning(AnalytixWarning):
    """The YouTube API docs are wrong (genuinely)."""

InvalidMonthFormatWarning

Bases: AnalytixWarning

The months in your request had to be fixed.

Source code in analytix/warnings.py
class InvalidMonthFormatWarning(AnalytixWarning):
    """The months in your request had to be fixed."""

NotUpdatedWarning

Bases: AnalytixWarning

Your client is not updated.

Source code in analytix/warnings.py
class NotUpdatedWarning(AnalytixWarning):
    """Your client is not updated."""