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
This came up from the investigation of #1858, which turned out to be caused by an EDP calling FulfillDirectRequisition with a Measurement.Result missing a required field. Since the message is encrypted, it cannot be validated by the service method.
A validation library that can used by EDPs on the plaintext result would be helpful to prevent cases like this. It should also be used by the Reporting system after the message is decrypted so that the validation is consistent.
The text was updated successfully, but these errors were encountered:
This came up from the investigation of #1858, which turned out to be caused by an EDP calling
FulfillDirectRequisition
with aMeasurement.Result
missing a required field. Since the message is encrypted, it cannot be validated by the service method.A validation library that can used by EDPs on the plaintext result would be helpful to prevent cases like this. It should also be used by the Reporting system after the message is decrypted so that the validation is consistent.
The text was updated successfully, but these errors were encountered: