Lines Matching +full:translate +full:- +full:errno
1 :mod:`errno` --- Standard errno system symbols
4 .. module:: errno
5 :synopsis: Standard errno system symbols.
7 ----------------
9 This module makes available standard ``errno`` system symbols. The value of each
11 borrowed from :file:`linux/include/errno.h`, which should be
12 all-inclusive.
17 Dictionary providing a mapping from the errno value to the string name in the
18 underlying system. For instance, ``errno.errorcode[errno.EPERM]`` maps to
21 To translate a numeric error code to an error message, use :func:`os.strerror`.
25 ``errno.errorcode.keys()``. Symbols available can include:
122 Cross-device link
184 Read-only file system
476 Socket operation on non-socket