netServiceBrowser(_:didNotSearch:)
Tells the delegate that a search was not successful.
Declaration
optional func netServiceBrowser(_ browser: NetServiceBrowser, didNotSearch errorDict: [String : NSNumber])Parameters
- browser:
Sender of this delegate message.
- errorDict:
Dictionary with the reasons the search was unsuccessful. Use the dictionary keys Errorcode Swift.type.property and Errordomain to retrieve the error information from the dictionary.