exception documentation
class TARGET_NOT_REACHABLE(ResponseException):
Constructor: TARGET_NOT_REACHABLE(dbg, data)
TARGET NOT REACHABLE Response Status Code.
| Method | __init__ |
Constructor. |
Inherited from ResponseException:
| Method | __str__ |
Return a string representation of the exception. |
| Method | nname |
Return a "natural" string representation of the exception's name. |
| Instance Variable | data |
Optional data. |
| Instance Variable | dbg |
An optional debug message. |
| Instance Variable | rsc |
The response status code. |