webPlugInMainResourceDidFailWithError(_:)
Invoked when an error occurs loading the main resource.
Declaration
func webPlugInMainResourceDidFailWithError(_ error: (any Error)!)Parameters
- error:
An error object containing details of why the connection failed to load the request successfully.
Discussion
This message is invoked when the underlying NSURLConnection object for the main resource sends the connection:didFailWithError: message to its delegate.