Skip to content

Error 538401 Should Include Additional Error Info #54

@jacobson3

Description

@jacobson3

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions