ThingIFError

Undocumented

  • when already onboarded

    Declaration

    Swift

    case alreadyOnboarded
  • when trying to load API from persistance but not avaialble

    Declaration

    Swift

    case apiNotStored(tag: String?)
  • when trying to load API from persistance but unloadable by version

    Declaration

    Swift

    case apiUnloadable(tag: String?, storedVersion: String?, minimumVersion: String)
  • when trying to load API from persistance but it does not have correct instance

    Declaration

    Swift

    case invalidStoredApi
  • when trying to access Gateway but user is not logged in

    Declaration

    Swift

    case userIsNotLoggedIn
  • whenever request operation is failed. (i.e invalid URL)

    Declaration

    Swift

    case errorRequest(required: Error)
  • when methods or functions receive invalid argument.

    Declaration

    Swift

    case invalidArgument(message: String)