Python Client  0.0.0.0
Python wrapper for Corelink DLL
corelink_exception.CorelinkException Class Reference
Inheritance diagram for corelink_exception.CorelinkException:

Public Member Functions

def __init__ (self, arg)
 
def update (self, msg, code)
 

Static Public Member Functions

def get_dll_exception (error_id_ctypes)
 

Public Attributes

 msg
 
 code
 
 error_msg
 

Detailed Description

    Gets the error message for the corresponding error ID.
    @param error_id id returned by call to the dll.
    @exception Throws a CorelinkException for the error_id if error_id != 0.

Definition at line 8 of file corelink_exception.py.

Constructor & Destructor Documentation

◆ __init__()

def corelink_exception.CorelinkException.__init__ (   self,
  arg 
)

Definition at line 14 of file corelink_exception.py.

Member Function Documentation

◆ get_dll_exception()

def corelink_exception.CorelinkException.get_dll_exception (   error_id_ctypes)
static
    Handle DLL Exception

Definition at line 29 of file corelink_exception.py.

◆ update()

def corelink_exception.CorelinkException.update (   self,
  msg,
  code 
)
    Update the Parameters

Definition at line 21 of file corelink_exception.py.

Member Data Documentation

◆ code

corelink_exception.CorelinkException.code

Definition at line 26 of file corelink_exception.py.

◆ error_msg

corelink_exception.CorelinkException.error_msg

Definition at line 27 of file corelink_exception.py.

◆ msg

corelink_exception.CorelinkException.msg

Definition at line 25 of file corelink_exception.py.


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