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