Skip to main content

Module error_code

Module error_code 

Source
Expand description

HTTP/2 error codes (RFC 9113 §7).

Constants§

CANCEL
Stream cancelled by the receiver.
COMPRESSION_ERROR
HPACK state corrupt.
FLOW_CONTROL_ERROR
Peer violated flow control.
FRAME_SIZE_ERROR
Frame size invalid.
INTERNAL_ERROR
Implementation fault.
NO_ERROR
No error.
PROTOCOL_ERROR
Protocol detected error.
REFUSED_STREAM
Stream refused (load shedding).
STREAM_CLOSED
Frame on a closed stream.