Open Search
    PythonErrorInterface Class Reference

    #include <cpython.h>

    Inheritance diagram for PythonErrorInterface:

    Detailed Description

    A PythonError indicates that the last Python call failed. If the error has a cause, it is an AggregatedError, which is a collection of PythonTracebackErrors. If a function returns this error, the exception indicator in Python and remains until it is manually cleared or if a function explicitly describes the meaning of this error differently.

    Private Member Functions

     MAXON_INTERFACE (PythonErrorInterface, MAXON_REFERENCE_COPY_ON_WRITE, "net.maxon.python.interface.pythonerror")
     

    Member Function Documentation

    ◆ MAXON_INTERFACE()

    MAXON_INTERFACE ( PythonErrorInterface  ,
    MAXON_REFERENCE_COPY_ON_WRITE  ,
    "net.maxon.python.interface.pythonerror"   
    )
    private