You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

JSONResponseParsingInterceptor.JSONResponseParsingError


ENUM

JSONResponseParsingInterceptor.JSONResponseParsingError

Swift
1public enum JSONResponseParsingError: Error, LocalizedError

Cases

noResponseToParse

Swift
1case noResponseToParse

couldNotParseToJSON(data:)

Swift
1case couldNotParseToJSON(data: Data)

Properties

errorDescription

Swift
1public var errorDescription: String?
Feedback

Edit on GitHub

Forums