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

AFError_ParameterEncodingFailureReason

mattt edited this page Sep 18, 2020 · 2 revisions

AFError.ParameterEncodingFailureReason

The underlying reason the .parameterEncodingFailed error occurred.

public enum ParameterEncodingFailureReason

Enumeration Cases

missingURL

The URLRequest did not have a URL to encode.

case missingURL

jsonEncodingFailed

JSON serialization failed with an underlying system error during the encoding process.

case jsonEncodingFailed(error:​ Error)

customEncodingFailed

Custom parameter encoding failed due to the associated Error.

case customEncodingFailed(error:​ Error)
Types
Protocols
Global Typealiases
Clone this wiki locally