| Home | Trees | Index | Help |
|---|
| Module gammu :: Class GSMError |
|
object--+ |BaseException--+ |Exception--+ | GSMError
ERR_BUG,
ERR_CANCELED,
ERR_CANTOPENFILE,
ERR_DATACONVERTED,
ERR_DEVICEBUSY,
ERR_DEVICECHANGESPEEDERROR,
ERR_DEVICEDTRRTSERROR,
ERR_DEVICELOCKED,
ERR_DEVICENODRIVER,
ERR_DEVICENOPERMISSION,
ERR_DEVICENOTEXIST,
ERR_DEVICENOTWORK,
ERR_DEVICEOPENERROR,
ERR_DEVICEPARITYERROR,
ERR_DEVICEREADERROR,
ERR_DEVICEWRITEERROR,
ERR_EMPTY,
ERR_EMPTYSMSC,
ERR_FILEALREADYEXIST,
ERR_FILENOTEXIST,
ERR_FILENOTSUPPORTED,
ERR_FOLDERNOTEMPTY,
ERR_FOLDERPART,
ERR_FRAMENOTREQUESTED,
ERR_FULL,
ERR_GNAPPLETWRONG,
ERR_INSIDEPHONEMENU,
ERR_INVALIDDATA,
ERR_INVALIDDATETIME,
ERR_INVALIDLOCATION,
ERR_MEMORY,
ERR_MOREMEMORY,
ERR_NEEDANOTHERANSWER,
ERR_NOSIM,
ERR_NOTCONNECTED,
ERR_NOTIMPLEMENTED,
ERR_NOTSUPPORTED,
ERR_OTHERCONNECTIONREQUIRED,
ERR_PERMISSION,
ERR_PHONEOFF,
ERR_SECURITYERROR,
ERR_SHOULDBEFILE,
ERR_SHOULDBEFOLDER,
ERR_SOURCENOTAVAILABLE,
ERR_TIMEOUT,
ERR_UNKNOWN,
ERR_UNKNOWNCONNECTIONTYPESTRING,
ERR_UNKNOWNFRAME,
ERR_UNKNOWNMODELSTRING,
ERR_UNKNOWNRESPONSE,
ERR_WORKINPROGRESS,
ERR_WRONGCRC| Method Summary | |
|---|---|
| Inherited from Exception | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
| Inherited from BaseException | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__getitem__(y) <==> x[y] | |
Use of negative indices is not supported. | |
| |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
| |
x.__str__() <==> str(x) | |
| Inherited from object | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
| Class Variable Summary | |
|---|---|
| Inherited from BaseException | |
getset_descriptor |
args = <attribute 'args' of 'exceptions.BaseException' o...
|
member_descriptor |
message = <member 'message' of 'exceptions.BaseException...
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue Feb 27 21:56:42 2007 | http://epydoc.sf.net |