<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSPersistentStoreResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPersistentStoreResult"
  },
  "title" : "NSPersistentStoreResult"
}
-->

# NSPersistentStoreResult

The abstract base class for results returned from a persistent store coordinator.

```
class NSPersistentStoreResult
```

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Hashable`](/documentation/Swift/Hashable)

### Inherited By

[`NSBatchUpdateResult`](/documentation/CoreData/NSBatchUpdateResult)

[`NSPersistentHistoryResult`](/documentation/CoreData/NSPersistentHistoryResult)

[`NSPersistentStoreAsynchronousResult`](/documentation/CoreData/NSPersistentStoreAsynchronousResult)

[`NSPersistentCloudKitContainerEventResult`](/documentation/CoreData/NSPersistentCloudKitContainerEventResult)

[`NSBatchDeleteResult`](/documentation/CoreData/NSBatchDeleteResult)

[`NSBatchInsertResult`](/documentation/CoreData/NSBatchInsertResult)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)