Enumerations
The following enumerations are available globally.
-
Enumeration of the Errors that can occur during an
See moreAPIRequest
.Declaration
Swift
public enum APIRequestError : Error
-
Enumeration of the states of an
See moreAPIRequest
.Declaration
Swift
@objc private enum APIRequestState : Int
-
Enumeration of available HTTP methods.
See moreDeclaration
Swift
public enum HTTPMethod : String