![]() |
botsense
3.2.0
RoadNarrows Client-Server Proxied Services Framework
|
Public Member Functions | |
| def | __init__ (self, ecode, emsg=None) |
| def | __str__ (self) |
Public Attributes | |
| ecode | |
| BotSense error code | |
| emsg | |
| error message | |
BotSense Exception Class.
Definition at line 134 of file BotSenseError.py.
| def BotSense.BotSenseError.BotSenseError.__init__ | ( | self, | |
| ecode, | |||
emsg = None |
|||
| ) |
Raise exception. Parameters: ecode - BotSense error code. msg - Exception message string.
Definition at line 138 of file BotSenseError.py.
| def BotSense.BotSenseError.BotSenseError.__str__ | ( | self | ) |
String representation.
Definition at line 153 of file BotSenseError.py.
References BotSense.BotSenseError.BotSenseError.ecode, BotSense.BotSenseError.BotSenseError.emsg, and BotSense.BotSenseError.StrError().