DebuggableResultTranslateError
public enum DebuggableResultTranslateError : Error, LocalizedError
DebuggableResultTranslateError
is an error kind thrown by DebuggableResultTranslateInterceptor
.
-
Indicates a logic error that is caused by putting
DebuggableResultTranslateInterceptor
before parsing a response.Declaration
Swift
case noResponseToTranslate
-
Declaration
Swift
public var errorDescription: String? { get }