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.
WebSocketError.ErrorKind
ENUM
WebSocketError.ErrorKind
Swift
1public enum ErrorKindCases
errorResponse
Swift
1case errorResponsenetworkError
Swift
1case networkErrorunprocessedMessage(_:)
Swift
1case unprocessedMessage(String)serializedMessageError
Swift
1case serializedMessageErrorneitherErrorNorPayloadReceived
Swift
1case neitherErrorNorPayloadReceivedupgradeError(code:)
Swift
1case upgradeError(code: Int)