finishEnumeratingWithError(_:)
Tells the observer that an error occurred during change notification.
Declaration
func finishEnumeratingWithError(_ error: any Error)Parameters
- error:
An object that contains information about the error.
Tells the observer that an error occurred during change notification.
func finishEnumeratingWithError(_ error: any Error)An object that contains information about the error.