Enumerations

The following enumerations are available globally.

  • A type with values that represent the a json value.

    See more

    Declaration

    Swift

    public enum TweakTradeValue : Codable, CustomStringConvertible
  • A simple type to log interpolated string messages.

    Logger itself is simply a namespace.

    See more

    Declaration

    Swift

    public enum Logger
  • TweakError is the error type returned by TweaKit. It encompasses a few different types of errors, each with their own associated reasons.

    See more

    Declaration

    Swift

    public enum TweakError : LocalizedError