AFError_ParameterEncoderFailureReason_RequiredComponent - SwiftDocOrg/Alamofire GitHub Wiki
AFError.ParameterEncoderFailureReason.RequiredComponent
Possible missing components.
public enum RequiredComponent
Enumeration Cases
url
The URL was missing or unable to be extracted from the passed URLRequest or during encoding.
case url
httpMethod
The HTTPMethod could not be extracted from the passed URLRequest.
case httpMethod(rawValue: String)