Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb48f0 commit 1ac6423Copy full SHA for 1ac6423
1 file changed
Doc/library/errno.rst
@@ -511,6 +511,13 @@ defined by the module. The specific list of defined symbols is available as
511
Operation not supported on transport endpoint
512
513
514
+.. data:: ENOTSUP
515
+
516
+ Operation not supported
517
518
+ .. versionadded:: 3.2
519
520
521
.. data:: EPFNOSUPPORT
522
523
Protocol family not supported
@@ -666,3 +673,24 @@ defined by the module. The specific list of defined symbols is available as
666
673
.. availability:: WASI, FreeBSD
667
674
668
675
.. versionadded:: 3.11.1
676
677
678
+.. data:: ECANCELED
679
680
+ Operation canceled
681
682
683
684
685
+.. data:: EOWNERDEAD
686
687
+ Owner died
688
689
690
691
692
+.. data:: ENOTRECOVERABLE
693
694
+ State not recoverable
695
696
0 commit comments