Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions Doc/library/errno.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,31 @@ defined by the module. The specific list of defined symbols is available as
:exc:`PermissionError`.


.. data:: ECANCELED

Operation canceled


.. data:: EFAULT

Bad address


.. data:: ENOTSUP

Operation not supported


.. data:: ENOTRECOVERABLE

State not recoverable


.. data:: EOWNERDEAD

Owner died


.. data:: ENOTBLK

Block device required
Expand Down