HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
error-mask-info.py File Reference

Go to the source code of this file.

Namespaces

 error-mask-info
 
 error
 -mask-info
 

Functions

def error-mask-info.getErrorMask ()
 
def error-mask-info.convertMask (error_mask)
 

Variables

 error-mask-info.filename
 
 error-mask-info.filemode
 
 error-mask-info.logger = logging.getLogger(CONSTS.LOGGER_NAME)
 
string error-mask-info.MSG_ERROR_EXIT_STATUS = "Exit failure. "
 
string error-mask-info.MSG_DEBUG_INPUT_ERROR_MASK = "Input error mask: "
 
string error-mask-info.MSG_DEBUG_CONVERTED_MASKS = "Converted masks: "
 
int error-mask-info.STATUS_SUCCESS = 0
 
int error-mask-info.STATUS_FAILURE = 1
 
dictionary error-mask-info.defined_masks
 
int error-mask-info.exit_status = STATUS_SUCCESS
 
def error-mask-info.error_mask = getErrorMask()
 
def error-mask-info.masks = convertMask(error_mask)
 
 error-mask-info.tbi = Utils.getTracebackInfo()