You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

WebSocketError.ErrorKind


ENUM

WebSocketError.ErrorKind

Swift
1public enum ErrorKind

Cases

errorResponse

Swift
1case errorResponse

networkError

Swift
1case networkError

unprocessedMessage(_:)

Swift
1case unprocessedMessage(String)

serializedMessageError

Swift
1case serializedMessageError

neitherErrorNorPayloadReceived

Swift
1case neitherErrorNorPayloadReceived

upgradeError(code:)

Swift
1case upgradeError(code: Int)
Feedback

Edit on GitHub

Forums