Skip to main content
Go to Latest
function getSystemErrorName
Re-export
import { getSystemErrorName } from "https://deno.land/std@0.166.0/node/sys.ts";

Returns a system error name from an error code number.

Parameters

code: number

error code number

Returns

string | undefined