Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
details of details.
  • Loading branch information
junkmd committed Nov 18, 2024
commit 705ffcc7f27957f9ae2a58761ee8e64ae9654901
8 changes: 7 additions & 1 deletion Doc/library/ctypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2767,4 +2767,10 @@ Exceptions

.. attribute:: details

The 5-tuple representing additional details about the error.
The 5-tuple ``(descr, source, helpfile, helpcontext, progid)``.

*descr* is the textual description. *source* is the language-dependent
``ProgID`` for the class or application that raised the error. *helpfile*
is the path of the help file. *helpcontext* is the help context
identifier. *progid* is ``ProgID`` of the interface that defined the
error.