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

Method getErrorMessage

typings/internalBinding/uv.d.ts:4–4  ·  view source on GitHub ↗
(err: number)

Source from the content-addressed store, hash-verified

2 errname(err: number): string;
3 getErrorMap(): Record<string, number>;
4 getErrorMessage(err: number): string;
5
6 UV_E2BIG: -7;
7 UV_EACCES: -13;

Callers 2

getSystemErrorMessageFunction · 0.80
test-uv-errno.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected