Exceptions#

exception sdgx.exceptions.CacheError[source]#

Exception to indicate that exception when using cache.

ERROR_CODE = 5001#
EXIT_CODE = 104#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.CannotExportError[source]#

Exception to indicate that exception when exporting data.

ERROR_CODE = 8001#
EXIT_CODE = 107#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.DataLoaderInitError[source]#

Exception to indicate that exception when initializing dataloader.

ERROR_CODE = 7001#
EXIT_CODE = 106#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.DataModelError[source]#

Exception to indicate that exception in all data models.

ERROR_CODE = 9001#
EXIT_CODE = 108#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.InitializationError[source]#

Exception to indicate that exception when initializing model.

ERROR_CODE = 3003#
EXIT_CODE = 102#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.InspectorInitError[source]#
ERROR_CODE = 9007#
EXIT_CODE = 108#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.ManagerError[source]#

Exception to indicate that exception when using manager.

ERROR_CODE = 3000#
EXIT_CODE = 102#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.ManagerLoadModelError[source]#

Exception to indicate that exception when loading model for ModelManager.

ERROR_CODE = 3004#
EXIT_CODE = 102#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.MetadataCombinerError[source]#
ERROR_CODE = 9004#
EXIT_CODE = 108#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.MetadataCombinerInitError[source]#
ERROR_CODE = 9006#
EXIT_CODE = 108#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.MetadataCombinerInvalidError[source]#
ERROR_CODE = 9005#
EXIT_CODE = 108#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.MetadataInitError[source]#

Exception to indicate that exception when initializing metadata.

ERROR_CODE = 6001#
EXIT_CODE = 105#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.MetadataInvalidError[source]#
ERROR_CODE = 9002#
EXIT_CODE = 108#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.NonParametricError[source]#

Exception to indicate that a model is not parametric.

ERROR_CODE = 2001#
EXIT_CODE = 101#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.NotFoundError[source]#

Exception to indicate that a model is not found.

ERROR_CODE = 3001#
EXIT_CODE = 102#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.RegisterError[source]#

Exception to indicate that exception when registering.

ERROR_CODE = 3002#
EXIT_CODE = 102#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.RelationshipInitError[source]#
ERROR_CODE = 9003#
EXIT_CODE = 108#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.SdgxError[source]#

Base class for exceptions in this module.

ERROR_CODE = 1001#
EXIT_CODE = 100#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.SynthesizerError[source]#

Exception to indicate that exception when synthesizing model.

ERROR_CODE = 4000#
EXIT_CODE = 103#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.SynthesizerInitError[source]#
ERROR_CODE = 4001#
EXIT_CODE = 103#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.SynthesizerProcessorError[source]#
ERROR_CODE = 4003#
EXIT_CODE = 103#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception sdgx.exceptions.SynthesizerSampleError[source]#
ERROR_CODE = 4002#
EXIT_CODE = 103#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.