ThingIFError
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
Undocumented
-
when already onboarded
Declaration
Swift
case ALREADY_ONBOARDED
-
where target not found
Declaration
Swift
case TARGET_NOT_AVAILABLE
-
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)