trendminer.exceptions module

This module lists different types of general exceptions thrown by the SDK

exception trendminer.exceptions.TagNameMappingException

Bases: Exception

Something went wrong when looking up a tag name (i.e. time series name)

exception trendminer.exceptions.TagNotFoundException

Bases: Exception

Some tag (i.e. time series) was not found

exception trendminer.exceptions.TrendMinerException

Bases: Exception

Something unexpected failed while communicating with TrendMiner

exception trendminer.exceptions.UnauthorizedException

Bases: Exception

Authorization failed.