Contents

webView(_:didFailLoadWithError:)

Sent if a web view failed to load a frame.

Declaration

optional func webView(_ webView: UIWebView, didFailLoadWithError error: any Error)

Parameters

  • webView:

    The web view that failed to load a frame.

  • error:

    The error that occurred during loading.

See Also

Loading Content