ModuleError
public enum ModuleError : Error
Errors that can be encountered while sending module commands.
-
Module was not loaded in the device.
Declaration
Swift
case moduleUnavailable -
Failed to load module on the device and activate it.
Declaration
Swift
case failedToLoadModule -
Failed to activate the module.
Declaration
Swift
case failedToActivateModule -
Failed to deactivate the module.
Declaration
Swift
case failedToDeactivateModule -
Invalid response received.
Declaration
Swift
case invalidResponse -
The provided parameter is not valid or not within the supported range.
Declaration
Swift
case invalidParameter -
Request timed out.
Declaration
Swift
case timedOut -
File Manager error.
Declaration
Swift
case directoryUnavailable -
Error when there is already a download in progress.
Declaration
Swift
case downloadInProgress -
Error when empty data is recieved from the tag.
Declaration
Swift
case emptyDataReceived -
Error when start recording or start streaming request is received, but logging is already in progress.
Declaration
Swift
case loggingAlreadyInProgress -
Error when start recording or start streaming request is received, but current data collection status is not valid.
Declaration
Swift
case invalidDataCollectionState -
Error when start recording or start streaming request is received, but failed due to low battery.
Declaration
Swift
case lowBattery -
Error when start recording or start streaming request is received, but failed due to low memory.
Declaration
Swift
case lowMemory
View on GitHub
ModuleError Enumeration Reference