Class | VMCError | Base class of all VMC errors |
Class | AlreadyConnected | Raised when the user tries to connect to Internet and is already connected |
Class | AlreadyConnecting | Raised when the user tries to connect to Internet and is in the middle of |
Class | AlreadyTrackingError | Raised when the tracker is initialized twice |
Class | NotTrackingError | Raised when something is trying to request data from a tracker |
Class | ATError | Exception raised when an ERROR has occurred |
Class | ATTimeout | Exception raised when the timeout specified for the given
ATCmd expired
|
Class | AuthCancelled | Exception raised when user cancels the authentication |
Class | CharsetError | Exception raised when VMC can't find an appropriate charset at startup |
Class | CMEError | Exception raised when a CME ERROR has occurred |
Class | CMEErrorIncorrectPassword | Exception raised with a +CME ERROR: incorrect password |
Class | CMEErrorInvalidCharactersInDialString | Exception raised with a +CME ERROR: invalid characters in dial string |
Class | CMEErrorNoNetworkService | Exception raised with a +CME ERROR: no network service |
Class | CMEErrorNotFound | Exception raised with a +CME ERROR: not found |
Class | CMEErrorOperationNotAllowed | Exception raised with a +CME ERROR: operation not allowed |
Class | CMEErrorStringTooLong | Exception raised with a +CME ERROR: string too long |
Class | CMEErrorSIMBusy | Exception raised with a +CME ERROR: SIM busy |
Class | CMEErrorSIMFailure | Exception raised with a +CME ERROR: SIM failure |
Class | CMEErrorSIMNotStarted | Exception raised with +CME ERROR: SIM interface not started |
Class | CMEErrorSIMNotInserted | Exception raised with +CME ERROR: SIM not inserted |
Class | CMEErrorSIMPINRequired | Exception raised with +CME ERROR: SIM PIN required |
Class | CMEErrorSIMPUKRequired | Exception raised with +CME ERROR: SIM PUK required |
Class | CMEErrorSIMPUK2Required | Exception raised with +CME ERROR: SIM PUK2 required |
Class | CMSError | Base class for CMS errors |
Class | CMSError300 | CMS ERROR: Phone failure |
Class | CMSError301 | CMS ERROR: SMS service of phone reserved |
Class | CMSError302 | CMS ERROR: Operation not allowed |
Class | CMSError303 | CMS ERROR: Operation not supported |
Class | CMSError304 | CMS ERROR: Invalid PDU mode parameter |
Class | CMSError305 | CMS ERROR: Invalid text mode parameter |
Class | CMSError310 | CMS ERROR: SIM not inserted |
Class | CMSError311 | CMS ERROR: SIM PIN necessary |
Class | CMSError313 | CMS ERROR: SIM failure |
Class | CMSError314 | CMS ERROR: SIM busy |
Class | CMSError315 | CMS ERROR: SIM wrong |
Class | CMSError320 | CMS ERROR: Memory failure |
Class | CMSError321 | CMS ERROR: Invalid memory index |
Class | CMSError322 | CMS ERROR: Memory full |
Class | CMSError330 | CMS ERROR: SMSC address unknown |
Class | CMSError331 | CMS ERROR: No network service |
Class | CMSError332 | CMS ERROR: Network timeout |
Class | CMSError500 | CMS ERROR: Unknown Error |
Class | DeviceNotFoundError | Exception raised when no suitable device has been found |
Class | DeviceLacksExtractInfo | Exception raised when no control ports nor data ports have been extracted |
Class | DeviceLocked | Exception raised after an authentication mess ending up in a device locked |
Class | IllegalOperationError | Raised on single port devices that try to execute command while connected |
Class | InputValueError | Exception raised when INPUT VALUE IS OUT OF RANGE is received |
Class | MalformedSMSError | Exception raised when an error is received decodifying a SMS |
Class | NetworkRegistrationError | Exception raised when an error occurred while registering with the network |
Class | NetworkTemporalyUnavailableError | Exception raised when the network we are registered with its not available |
Class | NotConnectedError | Exception raised when we are not connected and try to disconnect |
Class | OSNotRegisteredError | Exception raised when the current OS is not registered |
Class | PluginDependenciesError | Exception raised when plugin's dependencies are unmet |
Class | PluginInitializationError | Exception raised when an error ocurred initing the plugin |
Class | ProfileNotFoundError | Exception raised when a profile hasn't been found |
Class | ProfileInUseError | Exception raised when user tries to delete the active profile |
Class | StateMachineNotReadyError | Raised when a third-party developer tries to obtain a reference to the |
Class | UnknownPluginNameError | Exception raised when we don't have a plugin with the given remote name |