Back to Alamofire

RequiredComponent

docs/Enums/AFError/ParameterEncoderFailureReason/RequiredComponent.html

5.12.0503 B
Original Source

RequiredComponent

public enum RequiredComponent : Sendable

Possible missing components.

`

                url
                `

The URL was missing or unable to be extracted from the passed URLRequest or during encoding.

Declaration

Swift

case url

`

                httpMethod(rawValue:)
                `

The HTTPMethod could not be extracted from the passed URLRequest.

Declaration

Swift

case httpMethod(rawValue: String)