Searched refs:customErr (Results 1 – 1 of 1) sorted by relevance
202 this[kHandle].onexit = (code, customErr, customErrReason) => {203 this[kOnExit](code, customErr, customErrReason);268 [kOnExit](code, customErr, customErrReason) { argument273 if (customErr) {274 debug(`[${threadId}] failing with custom error ${customErr} \276 this.emit('error', new errorCodes[customErr](customErrReason));