MCPcopy Index your code
hub / github.com/nodejs/node / getSystemErrorName

Function getSystemErrorName

lib/internal/util.js:441–444  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

439}
440
441function getSystemErrorName(err) {
442 const entry = uvErrmapGet(err);
443 return entry ? entry[0] : `Unknown system error ${err}`;
444}
445
446function getSystemErrorMap() {
447 return lazyUv().getErrorMap();

Callers

nothing calls this directly

Calls 1

uvErrmapGetFunction · 0.85

Tested by

no test coverage detected