Enumerations
The following enumerations are available globally.
-
Custom error type for
See moreAPIEndpoint
built requestDeclaration
Swift
public enum URLBuilderError : Error
-
Types of HTTP scheme
See moreDeclaration
Swift
public enum APIScheme : String
-
HTTP methods supported
See moreDeclaration
Swift
public enum HTTPMethod
-
Type of network error codes supported
See moreDeclaration
Swift
public enum NetworkError : Int, Error, CaseIterable