Static Propertyswift 6.0.3FoundationEssentials
propertyListReadUnknownVersion
- iOS
- 8.0+
- macOS
- 10.10+
- tvOS
- 9.0+
- watchOS
- 2.0+
static var propertyListReadUnknownVersion: CocoaError.Code { get }
static var propertyListReadUnknownVersion: CocoaError.Code { get }
s20FoundationEssentials10CocoaErrorV4CodeV30propertyListReadUnknownVersionAEvpZ
What are these?5Z5IP
import FoundationEssentials
struct Code
The error code itself.
struct CocoaError
Describes errors within the Cocoa error domain, including errors that Foundation throws.
init(rawValue: Int)
static var executableArchitectureMismatch: CocoaError.Code { get }
static var executableLink: CocoaError.Code { get }
static var executableLoad: CocoaError.Code { get }
static var executableNotLoadable: CocoaError.Code { get }
static var executableRuntimeMismatch: CocoaError.Code { get }
static var featureUnsupported: CocoaError.Code { get }
static var fileLocking: CocoaError.Code { get }
static var fileManagerUnmountBusy: CocoaError.Code { get }
static var fileManagerUnmountUnknown: CocoaError.Code { get }
static var fileNoSuchFile: CocoaError.Code { get }
static var fileReadCorruptFile: CocoaError.Code { get }
static var fileReadInapplicableStringEncoding: CocoaError.Code { get }
static var fileReadInvalidFileName: CocoaError.Code { get }
static var fileReadNoPermission: CocoaError.Code { get }
static var fileReadNoSuchFile: CocoaError.Code { get }
static var fileReadTooLarge: CocoaError.Code { get }
static var fileReadUnknown: CocoaError.Code { get }
static var fileReadUnknownStringEncoding: CocoaError.Code { get }
static var fileReadUnsupportedScheme: CocoaError.Code { get }
static var fileWriteFileExists: CocoaError.Code { get }
static var fileWriteInapplicableStringEncoding: CocoaError.Code { get }
static var fileWriteInvalidFileName: CocoaError.Code { get }
static var fileWriteNoPermission: CocoaError.Code { get }
static var fileWriteOutOfSpace: CocoaError.Code { get }
static var fileWriteUnknown: CocoaError.Code { get }
static var fileWriteUnsupportedScheme: CocoaError.Code { get }
static var fileWriteVolumeReadOnly: CocoaError.Code { get }
static var formatting: CocoaError.Code { get }
static var keyValueValidation: CocoaError.Code { get }
static var propertyListReadCorrupt: CocoaError.Code { get }
static var propertyListReadStream: CocoaError.Code { get }
static var propertyListWriteInvalid: CocoaError.Code { get }
static var propertyListWriteStream: CocoaError.Code { get }
static var userCancelled: CocoaError.Code { get }
let rawValue: Int