You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: