enum Error
case accumulatedFrameSizeIsTooLarge
case didReceiveFragmentBeforeReceivingTextOrBinaryFrame
case nonFinalFragmentSizeIsTooSmall
case receivedNewFrameWithoutFinishingPrevious
case tooManyFragments
static func != (Self, Self) -> Bool
Equatable
Error
Hashable
Sendable