Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | SkypeError
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 code. See below. |
1 | (unicode) Error description. |
See Also: https://developer.skype.com/Docs/ApiDoc/Error_codes for more information about Skype error codes. Additionally an error code 0 can be raised by Skype4Py itself.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 26 16:13:05 2009 | http://epydoc.sourceforge.net |