Interface NSErrorRecoveryAttempting

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
NSErrorRecoveryAttemptingAdapter

public interface NSErrorRecoveryAttempting
extends NSObjectProtocol
  • Method Details

    • attemptRecoveryFromError

      void attemptRecoveryFromError​(NSError error, long recoveryOptionIndex, NSObject delegate, Selector didRecoverSelector, VoidPtr contextInfo)
    • attemptRecoveryFromError

      boolean attemptRecoveryFromError​(NSError error, long recoveryOptionIndex)