File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -511,6 +511,13 @@ defined by the module. The specific list of defined symbols is available as
511
511
Operation not supported on transport endpoint
512
512
513
513
514
+ .. data :: ENOTSUP
515
+
516
+ Operation not supported
517
+
518
+ .. versionadded :: 3.2
519
+
520
+
514
521
.. data :: EPFNOSUPPORT
515
522
516
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
+ .. versionadded :: 3.2
683
+
684
+
685
+ .. data :: EOWNERDEAD
686
+
687
+ Owner died
688
+
689
+ .. versionadded :: 3.2
690
+
691
+
692
+ .. data :: ENOTRECOVERABLE
693
+
694
+ State not recoverable
695
+
696
+ .. versionadded :: 3.2
You can’t perform that action at this time.
0 commit comments