Home
last modified time | relevance | path

Searched refs:customErrorCode (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/http2/
Dutil.js550 constructor(integerCode, customErrorCode) { argument
551 super(customErrorCode ?
552 getMessage(customErrorCode, [], null) :
554 this.code = customErrorCode || 'ERR_HTTP2_ERROR';
Dcore.js792 function onSessionInternalError(integerCode, customErrorCode) { argument
794 this[kOwner].destroy(new NghttpError(integerCode, customErrorCode));