Skip to content

entry not found returns an ErrorKind::Other #3

Description

@jdrouet

👋 I've been experimenting with the crate and currently, when the entry is not found, it returns the following error

Custom { kind: Other, error: "NotFoundError: Entry not found" }

I would expect a std::io::Error { kind: NotFound, ... } instead, like async-fs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions