Other Enumerations

The following enumerations are available globally.

  • Kind is an enumeration set by the application to describe what kind of entity an LDContext represents. The meaning of this is completely up to the application. When no Kind is specified, the default is Kind.user.

    For a multi-context (see LDMultiContextBuilder), the Kind is always Kind.multi; there is a specific Kind for each of the individual Contexts within it.

    See more

    Declaration

    Swift

    public enum Kind : Codable, Equatable, Hashable
    extension Kind: Comparable
    extension Kind: LosslessStringConvertible
    extension Kind: CustomStringConvertible
  • Enumeration representing various modes of failures when constructing an LDContext.

    See more

    Declaration

    Swift

    public enum ContextBuilderError : Error
  • An enumeration describing the individual failure conditions which may occur when constructing a Reference.

    See more

    Declaration

    Swift

    public enum ReferenceError : Codable, Equatable, Error
    extension ReferenceError: CustomStringConvertible