pyo3

Module err

Source

Modulesยง

err_state ๐Ÿ”’
impls ๐Ÿ”’

Macrosยง

impl_signed_integer ๐Ÿ”’

Structsยง

DowncastError
Error that indicates a failure to convert a PyAny to a more specific Python type.
DowncastIntoError
Error that indicates a failure to convert a PyAny to a more specific Python type.
PyDowncastErrorArguments ๐Ÿ”’
PyErr
Represents a Python exception.

Traitsยง

PyErrArguments
Helper conversion trait that allows to use custom arguments for lazy exception construction.
SignedInteger ๐Ÿ”’
ToPyErr
Python exceptions that can be converted to PyErr.

Functionsยง

display_downcast_error ๐Ÿ”’
error_on_minusone ๐Ÿ”’
Returns Ok if the error code is not -1.
panic_after_error

Type Aliasesยง

PyResult
Represents the result of a Python call.
โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here