SAFplus Runtime Director API  3.0.5
misc.Error Class Reference

Base error object for the asppybinding library. More...

Inheritance diagram for misc.Error:
Collaboration diagram for misc.Error:

Public Member Functions

def __init__
 Constructor. More...
 

Public Attributes

 errCode
 
 errContext
 

Detailed Description

Base error object for the asppybinding library.

Constructor & Destructor Documentation

def misc.Error.__init__ (   self,
  reasonStr,
  errCode = 0,
  errContext = None 
)

Constructor.

Parameters
reasonStrA human readable string describing the problem
errCodeThe ASP error code
errContextAn object or container of objects that relate to this error

Member Data Documentation

misc.Error.errCode
misc.Error.errContext