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

Extraneous error codes #10623

Open
chreekat opened this issue Dec 7, 2024 · 0 comments
Open

Extraneous error codes #10623

chreekat opened this issue Dec 7, 2024 · 0 comments
Labels
re: error-message Concerning error messages delivered to the user type: bug

Comments

@chreekat
Copy link
Collaborator

chreekat commented Dec 7, 2024

#9162 added these error codes:

+  RunProgramInvocationException{} -> 8012
+  GetProgramInvocationException{} -> 7300
+  GetProgramInvocationLBSException{} -> 6578

6578 and 8012 are effectively the same error, simply used in two different functions.

7300 is unused (probably an oversight -- I can see where it would go based on the pattern followed by the first two).

Would it make sense to create a new ProgramInvocationException and use it everywhere a program invocation fails?

@ffaf1 ffaf1 added re: error-message Concerning error messages delivered to the user and removed needs triage labels Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
re: error-message Concerning error messages delivered to the user type: bug
Projects
None yet
Development

No branches or pull requests

2 participants