trendminer.views.exceptions module¶
This module lists different types of exceptions thrown by the views subpackage
-
exception
trendminer.views.exceptions.
AssetAttributeNotAccessibleException
(data_reference: trendminer.data_reference.DataReference)¶ -
Bases:
Exception
If you do not have permission to access an asset attribute.
-
exception
trendminer.views.exceptions.
AssetAttributeNotFoundException
(data_reference: trendminer.data_reference.DataReference)¶ -
Bases:
Exception
If an asset attribute cannot be found when requesting for extra information.
-
exception
trendminer.views.exceptions.
DataFetchException
(status_code, reason)¶ -
Bases:
RuntimeError
Something unexpected went wrong fetching data from TrendMiner
-
exception
trendminer.views.exceptions.
TimeSeriesNotAccessibleException
(data_reference: trendminer.data_reference.DataReference)¶ -
Bases:
Exception
If you do not have permission to access a time series.
-
exception
trendminer.views.exceptions.
TimeSeriesNotFoundException
(data_reference: trendminer.data_reference.DataReference)¶ -
Bases:
Exception
If a time series cannot be found when requesting for extra information.
-
exception
trendminer.views.exceptions.
ViewNotFoundException
¶ -
Bases:
Exception
The requested view cannot be found by TrendMiner.