NET::ERR_HTTP2_SERVER_REFUSED_STREAM
NET::ERR_HTTP2_SERVER_REFUSED_STREAM is an error in Chrome with the description:
HTTP/2 server refused the request without processing, and sent either a GOAWAY frame with error code NO_ERROR and Last-Stream-ID lower than the stream id corresponding to the request indicating that this request has not been processed yet, or a RST_STREAM frame with error code REFUSED_STREAM. Client MAY retry (on a different connection). See RFC7540 Section 8.1.4.
It is defined in the file
This description is licensed under the Chromium license.