StructureFoundation5.9.0
Code
The error code itself.
struct Code
Citizens in Foundation
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
init(rawValue: Int
) static var coderInvalidValue: CocoaError.Code
static var coderReadCorrupt: CocoaError.Code
static var coderValueNotFound: CocoaError.Code
static var executableArchitectureMismatch: CocoaError.Code
static var executableLink: CocoaError.Code
static var executableLoad: CocoaError.Code
static var executableNotLoadable: CocoaError.Code
static var executableRuntimeMismatch: CocoaError.Code
static var featureUnsupported: CocoaError.Code
static var fileLocking: CocoaError.Code
static var fileManagerUnmountBusy: CocoaError.Code
static var fileManagerUnmountUnknown: CocoaError.Code
static var fileNoSuchFile: CocoaError.Code
static var fileReadCorruptFile: CocoaError.Code
static var fileReadInapplicableStringEncoding: CocoaError.Code
static var fileReadInvalidFileName: CocoaError.Code
static var fileReadNoPermission: CocoaError.Code
static var fileReadNoSuchFile: CocoaError.Code
static var fileReadTooLarge: CocoaError.Code
static var fileReadUnknown: CocoaError.Code
static var fileReadUnknownStringEncoding: CocoaError.Code
static var fileReadUnsupportedScheme: CocoaError.Code
static var fileWriteFileExists: CocoaError.Code
static var fileWriteInapplicableStringEncoding: CocoaError.Code
static var fileWriteInvalidFileName: CocoaError.Code
static var fileWriteNoPermission: CocoaError.Code
static var fileWriteOutOfSpace: CocoaError.Code
static var fileWriteUnknown: CocoaError.Code
static var fileWriteUnsupportedScheme: CocoaError.Code
static var fileWriteVolumeReadOnly: CocoaError.Code
static var formatting: CocoaError.Code
static var keyValueValidation: CocoaError.Code
static var propertyListReadCorrupt: CocoaError.Code
static var propertyListReadStream: CocoaError.Code
static var propertyListReadUnknownVersion: CocoaError.Code
static var propertyListWriteInvalid: CocoaError.Code
static var propertyListWriteStream: CocoaError.Code
static var ubiquitousFileNotUploadedDueToQuota: CocoaError.Code
static var ubiquitousFileUbiquityServerNotAvailable: CocoaError.Code
static var ubiquitousFileUnavailable: CocoaError.Code
static var userActivityConnectionUnavailable: CocoaError.Code
static var userActivityHandoffFailed: CocoaError.Code
static var userActivityHandoffUserInfoTooLarge: CocoaError.Code
static var userActivityRemoteApplicationTimedOut: CocoaError.Code
static var userCancelled: CocoaError.Code
static var xpcConnectionInterrupted: CocoaError.Code
static var xpcConnectionInvalid: CocoaError.Code
static var xpcConnectionReplyInvalid: CocoaError.Code
let rawValue: Int