Lines Matching refs:error
16 // Tests error handling within pushStream
17 // - NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE (should emit session error)
18 // - NGHTTP2_ERR_STREAM_CLOSED (should emit stream error)
19 // - every other NGHTTP2 error from binding (should emit stream error)
29 error: {
39 error: {
53 error: {
67 // Mock submitPushPromise because we only care about testing error handling
72 stream.pushStream({}, common.expectsError(currentError.error));