pub const NGHTTP2_ERR_DATA_EXIST: nghttp2_error = -529;
Expand description

DATA or HEADERS frame for a given stream has been already submitted and has not been fully processed yet. Application should wait for the transmission of the previously submitted frame before submitting another.