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
STRUCT
WebSocketError
Swift
1public struct WebSocketError: Error, LocalizedErrorA structure for capturing problems and any associated errors from a WebSocketTransport.
Properties
payload
Swift
1public let payload: JSONObject?The payload of the response.
error
Swift
1public let error: Error?The underlying error, or nil if one was not returned
kind
Swift
1public let kind: ErrorKindThe kind of problem which occurred.
errorDescription
Swift
1public var errorDescription: String?