Enumerations

The following enumerations are available globally.

  • The subscription phases

    See more

    Declaration

    Swift

    public enum HACacheSubscriptionPhase
  • Data from a response

    The root-level information in either the result for individual requests or event for subscriptions.

    See more

    Declaration

    Swift

    public enum HAData : Equatable
    extension HAData: HADecodeTransformable
  • Parse error

    See more

    Declaration

    Swift

    public enum HADataError : Error, Equatable
  • State of the connection

    See more

    Declaration

    Swift

    public enum HAConnectionState : Equatable
  • Overall error wrapper for the library

    See more

    Declaration

    Swift

    public enum HAError : Error, Equatable, LocalizedError
  • Global scoping of outward-facing dependencies used within the library

    See more

    Declaration

    Swift

    public enum HAGlobal
  • Namespace entrypoint of the library

    See more

    Declaration

    Swift

    public enum HAKit
  • The command to issue

    See more

    Declaration

    Swift

    public enum HARequestType : Hashable, Comparable, ExpressibleByStringLiteral