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

Method getErrorMap

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

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
6 UV_E2BIG: -7;

Callers 2

getSystemErrorMapFunction · 0.80
uvErrmapGetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected