Enumerations
The following enumerations are available globally.
-
The
See moreWebSocketCloseReasonCode
enum defines the set of reason codes that a WebSocket application can send/receive when a connection is closed.Declaration
Swift
public enum WebSocketCloseReasonCode
-
An error enum used when throwing errors within KituraWebSocket.
See moreDeclaration
Swift
public enum WebSocketError : Error
extension WebSocketError: CustomStringConvertible