WebSocketError
public struct WebSocketError : Error
Undocumented
-
Undocumented
Declaration
Swift
public let type: WebSocketErrorType -
Undocumented
Declaration
Swift
public let message: String -
Undocumented
Declaration
Swift
public let code: UInt16 -
Undocumented
Declaration
Swift
public init(type: WebSocketErrorType, message: String, code: UInt16)
View on GitHub