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?