SetupError
public enum SetupError : Error
Enum representing errors that occur while setting up the gateway
-
No Gateway found to set up
Declaration
Swift
case noGatewayToSetupFound -
More than one gateway is available to set up
Declaration
Swift
case moreThanOneGatewayToSetup -
Missing the required WPA Key, e.g. wifi password
Declaration
Swift
case missingWPAKey -
Error while parsing a response
Declaration
Swift
case parsingError -
No data available from the gateway
Declaration
Swift
case noDataFromGateway -
No wireless network available to connect to
Declaration
Swift
case noNetworkToConnectTo
SetupError Enumeration Reference