Enumerations
The following enumerations are available globally.
-
Declaration
Swift
public enum InvalidDataError: Error
-
State enum
Enumeration that encapsulates the two possible states for an application, UP or DOWN.
See moreDeclaration
Swift
public enum State: String