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
NSErrorobject that indicates what error occurred. - dataSource:
A
WebDataSourceobject that identifies the request that caused this error.
Discussion
The error argument contains details on the error that occurred.