ID EN
Built-in Exceptions

winerror

Python 3.11

Under Windows, this gives you the native Windows error code. The errno attribute is then an approximate translation, in POSIX terms, of that native error code.

Syntax

PYTHON
winerror

See Also

errno errno winerror