WrongInputTypeInTranformerPipeline
public struct WrongInputTypeInTranformerPipeline : Error
A response transformer received entity content of a type it doesn’t know how to process. This error means that the upstream transformations may have succeeded, but did not return a value of the type the next transformer expected.
-
Undocumented
Declaration
Swift
public let expectedType: Any.Type
-
Undocumented
Declaration
Swift
public let actualType: Any.Type
-
Undocumented
Declaration
Swift
public let transformer: ResponseTransformer