Enumerations

The following enumerations are available globally.

  • The enum that represents the fetch result.

    See more

    Declaration

    Swift

    public enum ConfigFetcherAnswer
  • Varioqub error that occurs when it tries to fetch the config.

    See more

    Declaration

    Swift

    public enum ConfigFetcherError : Error
  • The enum that represents Varioqub errors.

    See more

    Declaration

    Swift

    public enum VarioqubProviderError : Error
  • The enum that represents the logger level.

    See more

    Declaration

    Swift

    public enum LogLevel : Int, Comparable