Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[simulator] Handle error codes on different platforms #1477

Open
iyzhang opened this issue Dec 11, 2024 · 0 comments
Open

[simulator] Handle error codes on different platforms #1477

iyzhang opened this issue Dec 11, 2024 · 0 comments
Labels
feature New Feature Request

Comments

@iyzhang
Copy link
Contributor

iyzhang commented Dec 11, 2024

Context

The simulator currently takes error codes only as numeric values, so this breaks when we run the simulator across platforms (e.g., Windows and Linux) with different numeric values for different error codes.

Proposed Solution

We should use string values for errors and then parse and translate them for the appropriate platform.

@iyzhang iyzhang added the feature New Feature Request label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature Request
Projects
None yet
Development

No branches or pull requests

1 participant