Searched refs:FlowControlError (Results 1 – 4 of 4) sorted by relevance
63 FlowControlError = 0x03, enumerator117 0x03 => ErrorCode::FlowControlError, in try_from()
871 return Err(H2Error::ConnectionError(ErrorCode::FlowControlError)); in get_setting()1824 Err(H2Error::ConnectionError(ErrorCode::FlowControlError)) in ut_get_setting()
45 return Err(H2Error::ConnectionError(ErrorCode::FlowControlError)); in increase_size()48 return Err(H2Error::ConnectionError(ErrorCode::FlowControlError)); in increase_size()
267 return Err(H2Error::StreamError(id, ErrorCode::FlowControlError)); in release_stream_recv_window()279 return Err(H2Error::ConnectionError(ErrorCode::FlowControlError)); in release_conn_recv_window()