AggregateError
Code
RUNTIME/AGGREGATE_ERROR
What it means
Multiple errors were captured into an AggregateError and then normalized into AppError.
When it happens
AggregateErroris normalized intoAppError.
How to handle
- Capture count and (when safe) a summarized list of causes in
meta. - Use
meta.viato preserve where the aggregation was created/caught.
Last updated on