Skip to content

Improved Python error handling #144

@kylebarron

Description

@kylebarron

In 6d7cb00 I add very simple error handling on the Python side, where ObjectStore NotFound errors are converted to a Python FileNotFoundError but everything else gets transformed into an opaque AsyncTiffException with a string.

It would probably be nice to define more Python facing exceptions and transform various types of Rust-side errors into those Python exceptions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions