EThreeParamsError

@objc(VTEEThreeParamsError)
public enum EThreeParamsError : Int, LocalizedError

Declares error types and codes for EThreeRarams

  • invalidPlistFile: Invalid config file structure
  • unknownKeyInConfig: Config file contains unknown key
  • Undocumented

    Declaration

    Swift

    case invalidPlistFile = 1
  • Undocumented

    Declaration

    Swift

    case unknownKeyInConfig = 2
  • Human-readable localized description

    Declaration

    Swift

    public var errorDescription: String? { get }