Generic class as parent for all Gammu exceptions. This is never raised directly, but should be used to catch any Gammu related exception.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_NONE. Verbose error description: No error.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DEVICEOPENERROR. Verbose error description: Error opening device. Unknown, busy or no permissions.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DEVICELOCKED. Verbose error description: Error opening device, it is locked.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DEVICENOTEXIST. Verbose error description: Error opening device, it doesn’t exist.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DEVICEBUSY. Verbose error description: Error opening device, it is already opened by other application.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DEVICENOPERMISSION. Verbose error description: Error opening device, you don’t have permissions.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DEVICENODRIVER. Verbose error description: Error opening device. No required driver in operating system.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DEVICENOTWORK. Verbose error description: Error opening device. Some hardware not connected/wrongly configured.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DEVICEDTRRTSERROR. Verbose error description: Error setting device DTR or RTS.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DEVICECHANGESPEEDERROR. Verbose error description: Error setting device speed. Maybe speed not supported.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DEVICEWRITEERROR. Verbose error description: Error writing to the device.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DEVICEREADERROR. Verbose error description: Error during reading from the device.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DEVICEPARITYERROR. Verbose error description: Can’t set parity on the device.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_TIMEOUT. Verbose error description: No response in specified timeout. Probably phone not connected.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_FRAMENOTREQUESTED. Verbose error description: Frame not requested right now. See <http://wammu.eu/support/bugs/> for information how to report it.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_UNKNOWNRESPONSE. Verbose error description: Unknown response from phone. See <http://wammu.eu/support/bugs/> for information how to report it.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_UNKNOWNFRAME. Verbose error description: Unknown frame. See <http://wammu.eu/support/bugs/> for information how to report it.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_UNKNOWNCONNECTIONTYPESTRING. Verbose error description: Unknown connection type string. Check config file.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_UNKNOWNMODELSTRING. Verbose error description: Unknown model type string. Check config file.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_SOURCENOTAVAILABLE. Verbose error description: Some functions not available for your system (disabled in config or not implemented).
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_NOTSUPPORTED. Verbose error description: Function not supported by phone.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_EMPTY. Verbose error description: Entry is empty.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_SECURITYERROR. Verbose error description: Security error. Maybe no PIN?
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_INVALIDLOCATION. Verbose error description: Invalid location. Maybe too high?
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_NOTIMPLEMENTED. Verbose error description: Functionality not implemented. You are welcome to help authors with it.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_FULL. Verbose error description: Memory full.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_UNKNOWN. Verbose error description: Unknown error.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_CANTOPENFILE. Verbose error description: Can not open specified file.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_MOREMEMORY. Verbose error description: More memory required...
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_PERMISSION. Verbose error description: Operation not allowed by phone.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_EMPTYSMSC. Verbose error description: No SMSC number given. Provide it manually or use the one configured in phone.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_INSIDEPHONEMENU. Verbose error description: You’re inside phone menu (maybe editing?). Leave it and try again.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_NOTCONNECTED. Verbose error description: Phone is not connected.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_WORKINPROGRESS. Verbose error description: Function is currently being implemented. If you want to help, please contact authors.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_PHONEOFF. Verbose error description: Phone is disabled and connected to charger.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_FILENOTSUPPORTED. Verbose error description: File format not supported by Gammu.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_BUG. Verbose error description: Nobody is perfect, some bug appeared in protocol implementation. Please contact authors.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_CANCELED. Verbose error description: Transfer was canceled by phone, maybe you pressed cancel on phone.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_NEEDANOTHERANSWER. Verbose error description: Phone module need to send another answer frame.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_OTHERCONNECTIONREQUIRED. Verbose error description: Current connection type doesn’t support called function.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_WRONGCRC. Verbose error description: CRC error.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_INVALIDDATETIME. Verbose error description: Invalid date or time specified.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_MEMORY. Verbose error description: Phone memory error, maybe it is read only.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_INVALIDDATA. Verbose error description: Invalid data given to phone.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_FILEALREADYEXIST. Verbose error description: File with specified name already exists.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_FILENOTEXIST. Verbose error description: File with specified name doesn’t exist.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_SHOULDBEFOLDER. Verbose error description: You have to give folder name and not file name.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_SHOULDBEFILE. Verbose error description: You have to give file name and not folder name.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_NOSIM. Verbose error description: Can not access SIM card.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_GNAPPLETWRONG. Verbose error description: Wrong GNAPPLET version in phone. Use version from currently used Gammu.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_FOLDERPART. Verbose error description: Only part of folder has been listed.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_FOLDERNOTEMPTY. Verbose error description: Folder must be empty.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DATACONVERTED. Verbose error description: Data were converted.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_UNCONFIGURED. Verbose error description: Gammu is not configured.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_WRONGFOLDER. Verbose error description: Wrong folder used.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_PHONE_INTERNAL. Verbose error description: Internal phone error.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_WRITING_FILE. Verbose error description: Error writing file to disk.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_NONE_SECTION. Verbose error description: No such section exists.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_USING_DEFAULTS. Verbose error description: Using default values.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_CORRUPTED. Verbose error description: Corrupted data returned by phone.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_BADFEATURE. Verbose error description: Bad feature string in configuration.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_DISABLED. Verbose error description: Desired functionality has been disabled on compile time.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_SPECIFYCHANNEL. Verbose error description: Bluetooth configuration requires channel option.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_NOTRUNNING. Verbose error description: Service is not running.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_NOSERVICE. Verbose error description: Service configuration is missing.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_BUSY. Verbose error description: Command rejected because device was busy. Wait and restart.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_COULDNT_CONNECT. Verbose error description: Could not connect to the server.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_COULDNT_RESOLVE. Verbose error description: Could not resolve the host name.
Bases: gammu.GSMError
Exception corresponding to gammu error ERR_GETTING_SMSC. Verbose error description: Failed to get SMSC number from phone.