EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
RequestChain.ChainError
ENUM
RequestChain.ChainError
Swift
1public enum ChainError: Error, LocalizedErrorCases
invalidIndex(chain:index:)
Swift
1case invalidIndex(chain: RequestChain, index: Int)noInterceptors
Swift
1case noInterceptorsProperties
errorDescription
Swift
1public var errorDescription: String?