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

Allow custom errors to be nested so that information from more specific errors is not lost #249

Closed
MLenterman opened this issue Jan 4, 2024 · 0 comments · Fixed by #261
Assignees
Labels
refactor refactor

Comments

@MLenterman
Copy link
Collaborator

We use BuildError.xsl to build custom errors. Currently higher level errors will not retain any information from lower level errors, while the lower level errors usually contain the most useful and specific information.

The BuildError.xsl should be expanded to have an additional element called "cause". If the pipe input is a custom error, it should be copied into the cause element.

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