Skip to content

Cleanup panic!() #177

@leekeiabstraction

Description

@leekeiabstraction

Search before asking

  • I searched in the issues and found nothing similar.

Description

Issue to track clean up of panics in rust client. Lower priority than 1.0 release blockers

Example place where we have panic:

other => panic!("Expected Timestamp column at position {pos}, got {other:?}"),

Example place where we return Error:

return Err(Error::IllegalArgument {

We should replace panic with returning Err instead

Willingness to contribute

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions