pub const AUTH_FAILURE_LIMIT_CODE: VarInt;Expand description
Connection close code used when a peer exhausts its authentication attempts.
A QUIC application error code rather than an HTTP/3 one, because it closes the
whole connection rather than a stream. H3_REQUEST_REJECTED’s value is reused
so the peer sees something meaningful in the CONNECTION_CLOSE frame.