Enumerations
The following enumerations are available globally.
-
An error thrown when encoding a text request body.
See moreDeclaration
Swift
public enum TextBodyEncodingError : Error
-
Default values for request parameters.
Default values are declared here so they are consistent between the
See moreRequest<Response>
type and theRequestType
protocol.Declaration
Swift
public enum DefaultValue
-
The body of a
See moreRequestConvertible
type.Declaration
Swift
public enum RequestBody
-
An error that can occur when performing a request.
See moreDeclaration
Swift
public enum RequestError : Error