Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | ISkypeError
Raised whenever Skype client reports an error back to Skype4Py. It can be subscripted in which case following information can be obtained:
Index | Meaning ------+------------------------------------------------------------------------------- 0 | (int) Error number. See below. 1 | (unicode) Error description string.
See Error codes for more information about Skype error code numbers. Additionally error code 0 can be raised by Skype4Py itself.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
__init__.
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 05 14:55:00 2008 | http://epydoc.sourceforge.net |