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
dtm.TasksManager.TaskNoPresentErr Class Reference
Inheritance diagram for dtm.TasksManager.TaskNoPresentErr:
Collaboration diagram for dtm.TasksManager.TaskNoPresentErr:

Public Member Functions

def __init__ (self, message)
 

Static Public Attributes

int ERR_CODE = 101
 

Detailed Description

Definition at line 57 of file TasksManager.py.

Constructor & Destructor Documentation

◆ __init__()

def dtm.TasksManager.TaskNoPresentErr.__init__ (   self,
  message 
)

Definition at line 60 of file TasksManager.py.

60  def __init__(self, message):
61  Exception.__init__(self, message)
62 
63 
64 
65 # #It is a main object that manages tasks
66 #
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ ERR_CODE

int dtm.TasksManager.TaskNoPresentErr.ERR_CODE = 101
static

Definition at line 58 of file TasksManager.py.


The documentation for this class was generated from the following file: