Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 285 Bytes

File metadata and controls

7 lines (4 loc) · 285 Bytes

Error Handling

Most errors are considered PyResults, this is re-exported as rustpython_vm::PyResult.

The error in a PyResult is a PyBaseExceptionRef, which is a reference to a base error (documented as PyBaseException).

It contains methods that return more information.