Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit fba7cd7

Browse files
committed
fixup! Add documentation comment for DebuggableResultTranslateInterceptor
1 parent 35a0b20 commit fba7cd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/ApolloDeveloperKit/Network/Interceptor/DebuggableResultTranslateInterceptor.swift

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ import Foundation
2222
* Typically you don't need to use this class directly but if you want to assemble your custom interceptor chain, you need to put this class at the right place.
2323
*/
2424
public class DebuggableResultTranslateInterceptor: ApolloInterceptor {
25+
/**
26+
* `DebuggableResultTranslateError` is an error kind thrown by `DebuggableResultTranslateInterceptor`.
27+
*/
2528
public enum DebuggableResultTranslateError: Error, LocalizedError {
2629
/**
2730
* Indicates a logic error that is caused by putting `DebuggableResultTranslateInterceptor` before parsing a response.

0 commit comments

Comments
 (0)