Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Rust: enum for error code #17

Closed
radu-matei opened this issue Feb 26, 2021 · 1 comment
Closed

Rust: enum for error code #17

radu-matei opened this issue Feb 26, 2021 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@radu-matei
Copy link
Member

The error code returned by the runtime is a u32 - there should be a Rust enum that maps the integer to an enum variant, and that should be used in both crates.

@radu-matei radu-matei added the help wanted Extra attention is needed label Feb 26, 2021
@radu-matei radu-matei added the good first issue Good for newcomers label Mar 9, 2021
@radu-matei
Copy link
Member Author

Fixed in #43

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant