Up

NSErrorRecoveryAttempting documentation

Authors

Fred Kiefer (fredkiefer@gmx.de)

Date: Generated at 2023-12-20 19:35:39 -0500

Copyright: (C) 2007 Free Software Foundation, Inc.

Software documentation for the NSObject(NSErrorRecoveryAttempting) informal protocol

NSObject(NSErrorRecoveryAttempting)

Declared in:
Foundation/NSErrorRecoveryAttempting.h
Availability: MacOS-X 10.4.0

These methods define the informal error recovery protocol
Method summary

attemptRecoveryFromError: optionIndex: 

- (BOOL) attemptRecoveryFromError: (NSError*)error optionIndex: (unsigned int)recoveryOptionIndex;
Availability: MacOS-X 10.4.0

Description forthcoming.

attemptRecoveryFromError: optionIndex: delegate: didRecoverSelector: contextInfo: 

- (void) attemptRecoveryFromError: (NSError*)error optionIndex: (unsigned int)recoveryOptionIndex delegate: (id)delegate didRecoverSelector: (SEL)didRecoverSelector contextInfo: (void*)contextInfo;
Availability: MacOS-X 10.4.0

Description forthcoming.


Up