Enumerations

The following enumerations are available globally.

  • InvalidDataError enum

    Enumeration that represents data errors.

    See more

    Declaration

    Swift

    public enum InvalidDataError : Error
  • State enum

    Enumeration that encapsulates the two possible states for an application, UP or DOWN.

    See more

    Declaration

    Swift

    public enum State : String