Skip to content

Errno

sys.unix.Errno originating from macOS.

Inherits from: sys.unix.Errno

Constructor

Errno value

Creates a macOS error number.

Known codes are available as class fields such as Errno.ENOENT.

Parameters

NameTypeDescription
value Int Raw error number.