Module

Node.Errors.SystemError

Package
purescript-node-os
Repository
purescript-node/purescript-node-os

#SystemError Source

#errno Source

errno :: SystemError -> Int

Use getSystemErrorName to convert Int into a string name

#getSystemErrorName Source

getSystemErrorName :: Int -> String

Returns the string name for a numeric error code that comes from a Node.js API. The mapping between error codes and error names is platform-dependent.