attemptRecoveryFromError_optionIndex_ method
attemptRecoveryFromError:optionIndex:
Implementation
bool attemptRecoveryFromError_optionIndex_(
NSError error, int recoveryOptionIndex) {
return _objc_msgSend_263(
this.pointer,
_sel_attemptRecoveryFromError_optionIndex_,
error.pointer,
recoveryOptionIndex);
}