CloseCode

public enum CloseCode : UInt16

Undocumented

  • Undocumented

    Declaration

    Swift

    case normal                 = 1000
  • Undocumented

    Declaration

    Swift

    case goingAway              = 1001
  • Undocumented

    Declaration

    Swift

    case protocolError          = 1002
  • Undocumented

    Declaration

    Swift

    case protocolUnhandledType  = 1003
  • Undocumented

    Declaration

    Swift

    case noStatusReceived       = 1005
  • Undocumented

    Declaration

    Swift

    case encoding               = 1007
  • Undocumented

    Declaration

    Swift

    case policyViolated         = 1008
  • Undocumented

    Declaration

    Swift

    case messageTooBig          = 1009