Skip to content

Style: Better error handling #18

Description

@sydduckworth

Right now we're using thiserror for error handling to provide a single ella::Error type across all crates. However, the current implementation is a bit of a mess, and it can be somewhat difficult to track down an error because the error messages are often generic (e.g. "datafusion error"). A potentially better approach would be to use snafu instead, which encourages more specific error messages.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions