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.
AutomaticPersistedQueryInterceptor.APQError
ENUM
AutomaticPersistedQueryInterceptor.APQError
Swift
1public enum APQError: LocalizedErrorCases
noParsedResponse
Swift
1case noParsedResponsepersistedQueryRetryFailed(operationName:)
Swift
1case persistedQueryRetryFailed(operationName: String)Properties
errorDescription
Swift
1public var errorDescription: String?