RetryChoice
public enum RetryChoice
Retry choice
- noRetry: should not retry
- retryService: retry due to service error
- retryAuth: retry due to auth error (should try with new Access Token)
- retryConnection: retry due connection error
-
Undocumented
Declaration
Swift
case noRetry
-
Undocumented
Declaration
Swift
case retryService(delay: TimeInterval)
-
Undocumented
Declaration
Swift
case retryAuth
-
Undocumented
Declaration
Swift
case retryConnection