reportcompiler.plugins.errors¶
errors.py
This module contains the errors for each stage of the fragment generation process.
Exceptions¶
ContextGenerationError: Exception on context generationDataFetchingError: Exception on data fetchingMetadataRetrievalError: Exception on metadata retrievalPostProcessorError: Exception on postprocessingTemplateRendererException: Exception on template rendering
-
exception
reportcompiler.plugins.errors.ContextGenerationError¶ Exception on context generation
Inheritance
-
exception
reportcompiler.plugins.errors.DataFetchingError¶ Exception on data fetching
Inheritance
-
exception
reportcompiler.plugins.errors.MetadataRetrievalError¶ Exception on metadata retrieval
Inheritance
-
exception
reportcompiler.plugins.errors.PostProcessorError¶ Exception on postprocessing
Inheritance
-
exception
reportcompiler.plugins.errors.TemplateRendererException¶ Exception on template rendering
Inheritance