EnumerationFoundationNetworking5.9.0
CloseCode
enum CloseCode
Citizens in FoundationNetworking
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Members
case abnormalClosure
case goingAway
case internalServerError
case invalid
case invalidFramePayloadData
case mandatoryExtensionMissing
case messageTooBig
case noStatusReceived
case normalClosure
case policyViolation
case protocolError
case tlsHandshakeFailure
case unsupportedData
init?(rawValue: Int
)