device(_:didEncounterError:)
Tells the delegate when a device encounters an error.
Declaration
optional func device(_ device: ICDevice, didEncounterError error: (any Error)?)Discussion
Execution of the delegate callback occurs on the main thread.
Tells the delegate when a device encounters an error.
optional func device(_ device: ICDevice, didEncounterError error: (any Error)?)Execution of the delegate callback occurs on the main thread.