---
title: NSRecoveryAttempterErrorKey
framework: foundation
role: symbol
role_heading: Global Variable
path: foundation/nsrecoveryattemptererrorkey
---

# NSRecoveryAttempterErrorKey

The corresponding value is an object that conforms to the NSErrorRecoveryAttempting informal protocol.

## Declaration

```swift
let NSRecoveryAttempterErrorKey: String
```

## Discussion

Discussion The recovery attempter must be an object that can correctly interpret an index into the array returned by recoveryAttempter.

## See Also

### Constants

- [NSURLErrorKey](foundation/nsurlerrorkey.md)
- [NSFilePathErrorKey](foundation/nsfilepatherrorkey.md)
- [NSHelpAnchorErrorKey](foundation/nshelpanchorerrorkey.md)
- [NSLocalizedDescriptionKey](foundation/nslocalizeddescriptionkey.md)
- [NSLocalizedFailureErrorKey](foundation/nslocalizedfailureerrorkey.md)
- [NSLocalizedFailureReasonErrorKey](foundation/nslocalizedfailurereasonerrorkey.md)
- [NSLocalizedRecoveryOptionsErrorKey](foundation/nslocalizedrecoveryoptionserrorkey.md)
- [NSLocalizedRecoverySuggestionErrorKey](foundation/nslocalizedrecoverysuggestionerrorkey.md)
- [NSStringEncodingErrorKey](foundation/nsstringencodingerrorkey.md)
- [NSUnderlyingErrorKey](foundation/nsunderlyingerrorkey.md)
- [NSDebugDescriptionErrorKey](foundation/nsdebugdescriptionerrorkey.md)
- [NSMultipleUnderlyingErrorsKey](foundation/nsmultipleunderlyingerrorskey.md)
