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

Function getSystemErrorMessage

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

Source from the content-addressed store, hash-verified

435}
436
437function getSystemErrorMessage(err) {
438 return lazyUv().getErrorMessage(err);
439}
440
441function getSystemErrorName(err) {
442 const entry = uvErrmapGet(err);

Callers

nothing calls this directly

Calls 2

getErrorMessageMethod · 0.80
lazyUvFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…