| 
    SAFplus Runtime Director API
    3.0.5
    
   | 
 
Basic error exception class for AMF 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 AMF problems.
| def aspAmf.AmfError.__init__ | ( | self, | |
| s, | |||
aspretcode = 0  | 
        |||
| ) | 
Constructor.
Parameters: s: A string describing the problem aspretcode: Optional: The error code returned from ASP
| def aspAmf.AmfError.__str__ | ( | self | ) | 
| aspAmf.AmfError.aspErrorCode | 
| aspAmf.AmfError.text |