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
transport.Response.ResponseFormatErr Class Reference

Exception which inform about errors which appeared during the hce protocol parsing procedure. More...

Inheritance diagram for transport.Response.ResponseFormatErr:
Collaboration diagram for transport.Response.ResponseFormatErr:

Public Member Functions

def __init__ (self, message)
 

Detailed Description

Exception which inform about errors which appeared during the hce protocol parsing procedure.

Definition at line 11 of file Response.py.

Constructor & Destructor Documentation

◆ __init__()

def transport.Response.ResponseFormatErr.__init__ (   self,
  message 
)

Definition at line 13 of file Response.py.

13  def __init__(self, message):
14  Exception.__init__(self, message)
15 
16 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

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