Library reference - analytix

Version info

analytix.__version__

The currently installed analytix version, represented in the PEP 440 format.

Exceptions

exception analytix.errors.AnalytixError

The base exception class for analytix.

exception analytix.errors.InvalidScopes

Thrown when one or more invalid scopes are passed to the client.

exception analytix.errors.InvalidRequest

Thrown when analytix finds something wrong with an API request.

exception analytix.errors.HTTPError

Thrown when the API returns an error. Inherits from InvalidRequest.

exception analytix.errors.MissingOptionalComponents

Thrown when an optional component or library is needed to perform an action, but it missing.