Skip to content

Better error handling

Marc Konig requested to merge better_error_handling into master

If processing suddenly stops because of a clearly invalid RDH (indicating a payload less than 0 bytes or more than 20KB) the validation is still performed on all previous CDPs, but processing stops at the invalid RDH.

Merge request reports