Enumerations
The following enumerations are available globally.
-
The url scheme that will be used in an environment.
See moreDeclaration
Swift
public enum URLScheme : String
-
The body type of the request
See moreDeclaration
Swift
public enum RequestBodyType : Equatable
-
Enum to specify multipart/form-data parameters that can be used in upload tasks.
See moreDeclaration
Swift
public enum MultipartFormDataPartType
-
URL path representation based on String components.
See moreDeclaration
Swift
public enum Path
-
This will be used in interceptor callback as an action to inteceptors chain.
See moreDeclaration
Swift
public enum InterceptionAction
-
Type that specifies the behavior of the queue when a request fails
See moreDeclaration
Swift
public enum QueueFailureMode
-
Reachability State Type
See moreDeclaration
Swift
public enum ReachabilityState
-
The HTTP request method based on specification of https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html.
See moreDeclaration
Swift
public enum Method : String
-
Custom error definition.
See moreDeclaration
Swift
public enum TNError : Error
extension TNError: LocalizedError