gingerbread.central_processing_handler.config package#

Submodules#

gingerbread.central_processing_handler.config.config module#

gingerbread.central_processing_handler.config.exceptions module#

This is script for custom exceptions

exception gingerbread.central_processing_handler.config.exceptions.CentralProcessingInitModelsError#

Bases: Exception

Fail to init models in centralProcessing

exception gingerbread.central_processing_handler.config.exceptions.CentralProcessingPostprocessImageError#

Bases: Exception

Fail to postprocess image in centralProcessing

exception gingerbread.central_processing_handler.config.exceptions.CentralProcessingPredictImageError#

Bases: Exception

Fail to predict image in centralProcessing

exception gingerbread.central_processing_handler.config.exceptions.CentralProcessingPreprocessImageError#

Bases: Exception

Fail to preprocess image in centralProcessing

exception gingerbread.central_processing_handler.config.exceptions.CentralProcessingProcessImageError#

Bases: Exception

Fail to process image in centralProcessing

exception gingerbread.central_processing_handler.config.exceptions.DatabaseLoadError#

Bases: Exception

Fail to load data from MQ db

exception gingerbread.central_processing_handler.config.exceptions.DatabasePrepareRecordError#

Bases: Exception

Fail to prepare record for a table in MQ db

exception gingerbread.central_processing_handler.config.exceptions.DatabaseUploadError#

Bases: Exception

Fail to upload data to MQ db

exception gingerbread.central_processing_handler.config.exceptions.RealtimeProcessError#

Bases: Exception

Fail to process realtime request

Module contents#