Contents

receivedError(_:with:)

Invoked when a data source receives an error loading its content.

Declaration

func receivedError(_ error: (any Error)!, with dataSource: WebDataSource!)

Parameters

  • error:

    An NSError object that indicates what error occurred.

  • dataSource:

    A WebDataSource object that identifies the request that caused this error.

Discussion

The error argument contains details on the error that occurred.

See Also

Loading content