attemptRecoveryFromError_optionIndex_ method

bool attemptRecoveryFromError_optionIndex_(
  1. NSError error,
  2. int recoveryOptionIndex
)
inherited

attemptRecoveryFromError:optionIndex:

Implementation

bool attemptRecoveryFromError_optionIndex_(
    NSError error, int recoveryOptionIndex) {
  return _objc_msgSend_263(
      this.pointer,
      _sel_attemptRecoveryFromError_optionIndex_,
      error.pointer,
      recoveryOptionIndex);
}