Skip to content

Change APIs to return errors that implement std::error::Error #58

@LHolten

Description

@LHolten

Currently all APIs return Option<T> or Result<O, TableRow<T>> etc.
I think these APIs should return different error types that implement std::error::Error.
That will make it easier to quickly handle errors with ?.
I can include all relevant context to make these errors useful by default.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions