Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Swift
public enum RequestAuthentication : Equatable, Hashable
-
An error produced by a
See moreRequestManager
Declaration
Swift
public enum RequestError<T> : LocalizedError, CustomStringConvertible where T : Error
-
Basic validation error
See moreDeclaration
Swift
public enum HTTPError : LocalizedError, CustomStringConvertible
-
An enumeration defining HTTP methods as detailed in RFC 7231 §4.3
See moreDeclaration
Swift
public enum RequestMethod : String, Equatable, Hashable, CustomStringConvertible