Err#
- class coffea.processor.Err(exception, value=None)[source]#
Bases:
ResultA failed result containing an exception, optionally with a partial value.
When the executor was run with
recoverable=Trueand produced a partial accumulator before the failure, the partial output is preserved onvalueso callers can still salvage progress.Attributes Summary
Methods Summary
Attributes Documentation
- exception#
- value#
Partial output captured before the failure, if any.
Methods Documentation