Data Integrator (Python API)
|
Global error handler. More...
Classes | |
class | CErrorHandler |
Functions | |
def | GetEH () |
Get the global and unique error handler, a CErrorHandler instance. More... | |
Variables | |
string | PERMISSIVENESS_ECHO = "echo"; |
Permissiveness tokens. More... | |
string | PERMISSIVENESS_SKIP = "skip"; |
string | PERMISSIVENESS_STOP = "stop"; |
Global error handler.
Module for handling warnings and error message. Provides error messages which are common in many cases.
def common.ErrorHandler.GetEH | ( | ) |
Get the global and unique error handler, a CErrorHandler
instance.
string common.ErrorHandler.PERMISSIVENESS_ECHO = "echo"; |
Permissiveness tokens.
Also used as command line arguments.
string common.ErrorHandler.PERMISSIVENESS_SKIP = "skip"; |
string common.ErrorHandler.PERMISSIVENESS_STOP = "stop"; |