Data Integrator (Python API)
Classes | Functions | Variables
common.ErrorHandler Namespace Reference

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";
 

Detailed Description

Global error handler.

Module for handling warnings and error message. Provides error messages which are common in many cases.

Author
Chris X. Weichenberger
Date
2012-02-22

Function Documentation

◆ GetEH()

def common.ErrorHandler.GetEH ( )

Get the global and unique error handler, a CErrorHandler instance.

Variable Documentation

◆ PERMISSIVENESS_ECHO

string common.ErrorHandler.PERMISSIVENESS_ECHO = "echo";

Permissiveness tokens.

Also used as command line arguments.

◆ PERMISSIVENESS_SKIP

string common.ErrorHandler.PERMISSIVENESS_SKIP = "skip";

◆ PERMISSIVENESS_STOP

string common.ErrorHandler.PERMISSIVENESS_STOP = "stop";