MCPcopy Create free account
hub / github.com/nodejs/node / errname

Method errname

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

Source from the content-addressed store, hash-verified

1export interface UVBinding {
2 errname(err: number): string;
3 getErrorMap(): Record<string, number>;
4 getErrorMessage(err: number): string;
5

Callers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected