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

Error 538401 Should Include Additional Error Info #54

Open
jacobson3 opened this issue Oct 9, 2018 · 0 comments
Open

Error 538401 Should Include Additional Error Info #54

jacobson3 opened this issue Oct 9, 2018 · 0 comments

Comments

@jacobson3
Copy link
Member

Error 538401 is a general catch-all error for any errors that come up in the async writer that aren't locally handled (Background Wrier.vi under "report error" case). The async writer will send a message to the output.vi function which will result in a Critical error when the error coming out of Output.vi goes into the classify errors step.

The issue is that even though the async writer process tells the Output process what error it encountered, this information isn't then fed into the error classification step so users will see that an unhandled error occurred but not what that error is.

In Output.vi under the "False" -> "Exit" cases, we should simply forward the error under as an appended error string so when the critical error is logged, the user will be able to tell what error came up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant