ENUM
LegacyParsingInterceptor.LegacyParsingError
public enum LegacyParsingError: Error, LocalizedError
Cases
noResponseToParse
case noResponseToParse
couldNotParseToLegacyJSON(data:)
case couldNotParseToLegacyJSON(data: Data)
Properties
errorDescription
public var errorDescription: String?