Enumerations

The following enumerations are available globally.

  • An error that is returned when attempting to return an object from a Map.

    See more

    Declaration

    Swift

    public enum MapDecodingError : Error, CustomStringConvertible
  • An error that is returned when attempting to add an object to a Map.

    See more

    Declaration

    Swift

    public enum MapEncodingError : Error, CustomStringConvertible
  • A key that represents a value or object in a dictionary. A KeyPart also conforms to a MapKey so that they can be individually used in an Map.

    See more

    Declaration

    Swift

    public enum KeyPart : MapKey