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 more

    Declaration

    Swift

    public enum ExplicitNull<C> : Codable, Sendable where C : Decodable, C : Encodable, C : Sendable
  • Optional indicator of dinner seating team.

    See more

    Declaration

    Swift

    enum DinnerTeam : String, CaseIterable, Codable
  • Declaration

    Swift

    enum EventNotificationSetting : String, Codable, RESPValueConvertible

Seamails

  • 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
    See more

    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 more

    Declaration

    Swift

    public enum PhotoStreamBoatLocation : String, Content, CaseIterable, Sendable
  • Declaration

    Swift

    @main
    enum Entrypoint