Searched refs:customErr (Results 1 – 1 of 1) sorted by relevance
221 this[kHandle].onexit = (code, customErr, customErrReason) => {222 this[kOnExit](code, customErr, customErrReason);289 [kOnExit](code, customErr, customErrReason) { argument298 if (customErr) {299 debug(`[${threadId}] failing with custom error ${customErr} \301 this.emit('error', new errorCodes[customErr](customErrReason));