Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea143e6

Browse files
[3.12]gh-85046: Document errno constants (GH-126420) (#129384)
(cherry picked from commit1c3bb20)Co-authored-by: RUANG (James Roy) <longjinyii@outlook.com>
1 parent2df8b39 commitea143e6

File tree

1 file changed

+165
-0
lines changed

1 file changed

+165
-0
lines changed

‎Doc/library/errno.rst‎

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,171 @@ defined by the module. The specific list of defined symbols is available as
665665

666666
..versionadded::3.11
667667

668+
669+
..data::ENOMEDIUM
670+
671+
No medium found
672+
673+
674+
..data::EMEDIUMTYPE
675+
676+
Wrong medium type
677+
678+
679+
..data::ENOKEY
680+
681+
Required key not available
682+
683+
684+
..data::EKEYEXPIRED
685+
686+
Key has expired
687+
688+
689+
..data::EKEYREVOKED
690+
691+
Key has been revoked
692+
693+
694+
..data::EKEYREJECTED
695+
696+
Key was rejected by service
697+
698+
699+
..data::ERFKILL
700+
701+
Operation not possible due to RF-kill
702+
703+
704+
..data::ELOCKUNMAPPED
705+
706+
Locked lock was unmapped
707+
708+
709+
..data::ENOTACTIVE
710+
711+
Facility is not active
712+
713+
714+
..data::EAUTH
715+
716+
Authentication error
717+
718+
..versionadded::3.2
719+
720+
721+
..data::EBADARCH
722+
723+
Bad CPU type in executable
724+
725+
..versionadded::3.2
726+
727+
728+
..data::EBADEXEC
729+
730+
Bad executable (or shared library)
731+
732+
..versionadded::3.2
733+
734+
735+
..data::EBADMACHO
736+
737+
Malformed Mach-o file
738+
739+
..versionadded::3.2
740+
741+
742+
..data::EDEVERR
743+
744+
Device error
745+
746+
..versionadded::3.2
747+
748+
749+
..data::EFTYPE
750+
751+
Inappropriate file type or format
752+
753+
..versionadded::3.2
754+
755+
756+
..data::ENEEDAUTH
757+
758+
Need authenticator
759+
760+
..versionadded::3.2
761+
762+
763+
..data::ENOATTR
764+
765+
Attribute not found
766+
767+
..versionadded::3.2
768+
769+
770+
..data::ENOPOLICY
771+
772+
Policy not found
773+
774+
..versionadded::3.2
775+
776+
777+
..data::EPROCLIM
778+
779+
Too many processes
780+
781+
..versionadded::3.2
782+
783+
784+
..data::EPROCUNAVAIL
785+
786+
Bad procedure for program
787+
788+
..versionadded::3.2
789+
790+
791+
..data::EPROGMISMATCH
792+
793+
Program version wrong
794+
795+
..versionadded::3.2
796+
797+
798+
..data::EPROGUNAVAIL
799+
800+
RPC prog. not avail
801+
802+
..versionadded::3.2
803+
804+
805+
..data::EPWROFF
806+
807+
Device power is off
808+
809+
..versionadded::3.2
810+
811+
812+
..data::EBADRPC
813+
814+
RPC struct is bad
815+
816+
..versionadded::3.2
817+
818+
819+
..data::ERPCMISMATCH
820+
821+
RPC version wrong
822+
823+
..versionadded::3.2
824+
825+
826+
..data::ESHLIBVERS
827+
828+
Shared library version mismatch
829+
830+
..versionadded::3.2
831+
832+
668833
..data::ENOTCAPABLE
669834

670835
Capabilities insufficient. This error is mapped to the exception

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp