SAFplus Runtime Director API
3.0.5
|
Base error object for the asppybinding library. More...
Public Member Functions | |
def | __init__ |
Constructor. More... | |
Public Attributes | |
errCode | |
errContext | |
Base error object for the asppybinding library.
def misc.Error.__init__ | ( | self, | |
reasonStr, | |||
errCode = 0 , |
|||
errContext = None |
|||
) |
Constructor.
reasonStr | A human readable string describing the problem |
errCode | The ASP error code |
errContext | An object or container of objects that relate to this error |
misc.Error.errCode |
misc.Error.errContext |