EnumerationFoundation5.9.0
Code
enum 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
case appTransportSecurityRequiresSecureConnection
case backgroundSessionInUseByAnotherProcess
case backgroundSessionRequiresSharedContainer
case backgroundSessionWasDisconnected
case badServerResponse
case badURL
case callIsActive
case cancelled
case cannotCloseFile
case cannotConnectToHost
case cannotCreateFile
case cannotDecodeContentData
case cannotDecodeRawData
case cannotFindHost
case cannotLoadFromNetwork
case cannotMoveFile
case cannotOpenFile
case cannotParseResponse
case cannotRemoveFile
case cannotWriteToFile
case clientCertificateRejected
case clientCertificateRequired
case dataLengthExceedsMaximum
case dataNotAllowed
case dnsLookupFailed
case downloadDecodingFailedMidStream
case downloadDecodingFailedToComplete
case fileDoesNotExist
case fileIsDirectory
case httpTooManyRedirects
case internationalRoamingOff
case networkConnectionLost
case noPermissionsToReadFile
case notConnectedToInternet
case redirectToNonExistentLocation
case requestBodyStreamExhausted
case resourceUnavailable
case secureConnectionFailed
case serverCertificateHasBadDate
case serverCertificateHasUnknownRoot
case serverCertificateNotYetValid
case serverCertificateUntrusted
case timedOut
case unknown
case unsupportedURL
case userAuthenticationRequired
case userCancelledAuthentication
case zeroByteResource
init?(rawValue: Int
)