Skip to Content
DevelopersError CodesCodesRuntimeAggregateError

AggregateError

Code

RUNTIME/AGGREGATE_ERROR

What it means

Multiple errors were captured into an AggregateError and then normalized into AppError.

When it happens

  • AggregateError is normalized into AppError.

How to handle

  • Capture count and (when safe) a summarized list of causes in meta.
  • Use meta.via to preserve where the aggregation was created/caught.
Last updated on
Docsv1.0.10