Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

AFError_ParameterEncoderFailureReason_RequiredComponent

mattt edited this page Sep 18, 2020 · 2 revisions

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)
Types
Protocols
Global Typealiases
Clone this wiki locally