Skip to content

Error Handling #10

@JamesWiresmith

Description

@JamesWiresmith

There is a lot of use of unwrap which risks crashing LabVIEW in an error case.

Errors should probably be captured in a custom error type and returned to LabVIEW as an error code for reporting.

I tend to use the thiserror crate for building this out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions