Skip to content

Draft: Better MetaCont problems detection and reporting in OutputStream

Marcin Nowak requested to merge mnowak/athena:ES.better.problem.reporting into master

Existing code in the OutputStream was only checking if a MetaCont was found, but not if the object retrieved from it was not null. Added this check and also error code propagation to the caller.

Merge request reports