Enumerations
The following enumerations are available globally.
-
The subscription phases
See moreDeclaration
Swift
public enum HACacheSubscriptionPhase
-
Data from a response
The root-level information in either the
See moreresult
for individual requests orevent
for subscriptions.Declaration
-
Parse error
See moreDeclaration
Swift
public enum HADataError : Error, Equatable
-
State of the connection
See moreDeclaration
Swift
public enum HAConnectionState : Equatable
-
Overall error wrapper for the library
See moreDeclaration
Swift
public enum HAError : Error, Equatable, LocalizedError
-
Global scoping of outward-facing dependencies used within the library
See moreDeclaration
Swift
public enum HAGlobal
-
Namespace entrypoint of the library
See moreDeclaration
Swift
public enum HAKit
-
The command to issue
See moreDeclaration
Swift
public enum HARequestType : Hashable, Comparable, ExpressibleByStringLiteral