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.
MaxRetryInterceptor.RetryError
ENUM
MaxRetryInterceptor.RetryError
Swift
1public enum RetryError: Error, LocalizedErrorCases
hitMaxRetryCount(count:operationName:)
Swift
1case hitMaxRetryCount(count: Int, operationName: String)Properties
errorDescription
Swift
1public var errorDescription: String?