Searched refs:customErrorCode (Results 1 – 2 of 2) sorted by relevance
550 constructor(integerCode, customErrorCode) { argument551 super(customErrorCode ?552 getMessage(customErrorCode, [], null) :554 this.code = customErrorCode || 'ERR_HTTP2_ERROR';
792 function onSessionInternalError(integerCode, customErrorCode) { argument794 this[kOwner].destroy(new NghttpError(integerCode, customErrorCode));