Skip to content

Create an Error enum #216

Description

@MalekiRe

Currently we only have Result which contains both Success and all the error variants, it would be nice if we could also have an Error enum that contains every error variant and withholds the single Success variant, and also a From implemention on our Result to an actual rust core::result::Result<(), Error> that allows us to easily manage XR function results.

Is this something you would be willing to accept a PR for?

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