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 propagation in feature group type result in errors. #2408
Comments
For reference: E.4 (L1), (L3), (21), and (22). Page 69 in the official SAE PDF is the portions of the standard that reference feature group types having error propagations. |
There are a few different problems here that need to be fixed. First of all, the validator throws a
Secondly, the scope provider does not resolve the references to Thirdly, the validator throws another
These stack traces show that the validator and |
It is not clear if this construct really makes sense. See saeaadl/emv2#50. |
We don't support error model annex subclauses in feature group types any longer. |
Summary
Expected and Current Behavior
It should be possible to define an error propagation in a feature group type. This currently results in an error.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: