SAFplus Runtime Director API
3.0.5
|
Basic error exception class for Checkpoint problems. More...
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | __str__ |
Public Member Functions inherited from misc.Error | |
def | __init__ |
Constructor. More... | |
Public Attributes | |
text | |
aspErrorCode | |
Public Attributes inherited from misc.Error | |
errCode | |
errContext | |
Basic error exception class for Checkpoint problems.
def aspCheckpoint.CheckpointError.__init__ | ( | self, | |
s, | |||
aspretcode = 0 |
|||
) |
Constructor.
s,: | A string describing the problem |
aspretcode,: | Optional error code returned from ASP |
def aspCheckpoint.CheckpointError.__str__ | ( | self | ) |
aspCheckpoint.CheckpointError.aspErrorCode |
aspCheckpoint.CheckpointError.text |