case abnormalClosure
A reserved code that indicates the connection closed without a close control frame.
クローズコントロールフレームなしで閉じられた接続を指し示す予約コード。
case goingAway
A code that indicates an endpoint is going away.
あるコード、それはエンドポイントが立ち去っていることを指し示します。
case internalServerError
A code that indicates the server terminated the connection because it encountered an unexpected condition.
あるコード、それはサーバが接続を終了したことを指し示します、それが予期しない条件に出くわしたために。
case invalid
A code that indicates the connection is still open.
あるコード、それは接続がまだ開いていることを指し示します。
case invalidFramePayloadData
A code that indicates the server terminated the connection because it received data inconsistent with the message’s type.
あるコード、それはサーバが接続を終了したことを指し示します、それがメッセージのもつ型と矛盾するデータを受け取ったために。
case mandatoryExtensionMissing
A code that indicates the client terminated the connection because the server didn’t negotiate a required extension.
あるコード、それはクライアントが接続を終了したことを指し示します、サーバが要請された拡張子を処理しないために。
case messageTooBig
A code that indicates an endpoint is terminating the connection because it received a message too big for it to process.
あるコード、それはエンドポイントが接続を終了したことを指し示します、それがそれにとって処理するには大きすぎるあるメッセージを受け取ったために。
case normalClosure
A code that indicates normal connection closure.
あるコード、それは通常の接続閉鎖を指し示します。
case policyViolation
A code that indicates an endpoint terminated the connection because it received a message that violates its policy.
あるコード、それはエンドポイントが接続を切断したのはそれがそれの方針に違反するメッセージを受け取ったためであるのを指し示します。
case protocolError
A code that indicates an endpoint terminated the connection due to a protocol error.
あるコード、それはエンドポイントが接続をプロトコルエラーによって切断したことを指し示します。
case tlsHandshakeFailure
A reserved code that indicates the connection closed due to the failure to perform a TLS handshake.
ある予約されたコード、それは接続がTLSハンドシェイクの実行の失敗によって閉じたことを指し示します。
case unsupportedData
A code that indicates an endpoint terminated the connection after receiving a type of data it can’t accept.
あるコード、それはエンドポイントが接続を、それが受け入れできないデータの型を受け取る後に切断したことを指し示します。