Contents

attemptRecovery(optionIndex:resultHandler:)

Attempt to recover from this error when the user selected the option at the given index. This routine must call handler and indicate whether recovery was successful (or not).

Declaration

func attemptRecovery(optionIndex recoveryOptionIndex: Int, resultHandler handler: @escaping (Bool) -> Void)

Discussion

This entry point is used for recovery of errors handled at a “document” granularity, that do not affect the entire application.