iOS HMLocalDeviceError
HMLocalDeviceError is an enum representing an error the device encountered.
Values
The HMLocalDevice is already connected to a HMLink
Declaration
.alreadyConnected
Bluetooth has a problem
Declaration
.bluetooth(HMBluetoothError)
HMLocalDevice had an internal error (usually related to invalid data)
Declaration
.internalError
An input was invalid or the size was wrong
Declaration
.invalidInput
HMLocalDevice is uninitialised with certificate and keys
Declaration
.uninitialised
HMBluetoothError
The values representing a bluetooth problem.
The application is already broadcasting / advertising
Declaration
.alreadyBroadcasting
Bluetooth is currently powered off
Declaration
.poweredOff
The application is not authorised to use the Bluetooth low energy
Declaration
.unauthorised
The platform doesn't support the bluetooth low energy central/client role
Declaration
.unsupported
Conforming
Error
Declaration
protocol Error
Discussion
A type representing an error value that can be thrown.