The end of the range of error codes reserved for property list errors.
SDKs
- iOS 4.0+
- macOS 10.6+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Foundation
Declaration
NSPropertyListErrorMaximum = 4095
The end of the range of error codes reserved for property list errors.
SDKs
Framework
NSPropertyListErrorMaximum = 4095
NSProperty List Error Minimum
The start of the range of error codes reserved for property list errors.
NSProperty List Read Corrupt Error
Parsing of the property list failed.
NSProperty List Read Stream Error
Reading of the property list failed.
NSProperty List Read Unknown Version Error
The version number of the property list cannot be determined.
NSProperty List Write Invalid Error
Writing failed because of an invalid property list object, or an invalid property list type was specified.
NSProperty List Write Stream Error
Writing to the property list failed.