Other Enumerations
The following enumerations are available globally.
-
A twist on Optional that, in a KeyedValueContainer, can distinguish between being unset entirely and being explicitly set to the nil value.
See moreDeclaration
Swift
public enum ExplicitNull<C> : Codable, Sendable where C : Decodable, C : Encodable, C : Sendable -
Optional indicator of dinner seating team.
See moreDeclaration
Swift
enum DinnerTeam : String, CaseIterable, Codable -
Declaration
Swift
enum EventNotificationSetting : String, Codable, RESPValueConvertible
-
Declaration
Swift
enum MailInbox -
Declaration
Swift
enum PrivilegedUser : String, CaseIterable, Codable -
Represents errors that can be thrown by image processing operations.
- invalidFormat: Image raster format mismatch on import/export
- invalidImage: Contains the reason this error was thrown.
- invalidColor: Contains the reason this error was thrown.
- invalidMaxColors: Asserts sane values for creating indexed Images
Declaration
Swift
public enum ImageError : Swift.Error -
Areas on the ship used for tagging PhotoStream photos. This list purposefully avoids using room names specific to the Nieuw Amsterdam (the ship we generally sail on each year), and is purposefully a bit vague.
See moreDeclaration
Swift
public enum PhotoStreamBoatLocation : String, Content, CaseIterable, Sendable -
Declaration
Swift
@main enum Entrypoint
View on GitHub
Other Enumerations Reference