Enumerations
The following enumerations are available globally.
-
The
See moreWebSocketCloseReasonCodeenum 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 : Errorextension WebSocketError: CustomStringConvertible
View on GitHub
Enumerations Reference