ThingIFError

Undocumented

  • when trying to load API from persistance but not avaialble

    Declaration

    Swift

    case API_NOT_STORED
  • when trying to load API from persistance but it does not have correct instance

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    case ERROR_REQUEST(required: NSError)