FirmwareError
public enum FirmwareError : Error
Possible errors when retrieving firmwares from the MbientLab servers
-
If server is down or not responding
Declaration
Swift
case badServerResponse
-
Unable to find a compatible firmware
Declaration
Swift
case noAvailableFirmware(message: String)
-
Likely to never occur, unless device runs out of space
Declaration
Swift
case cannotSaveFile(message: String)