function aggregateTwoErrorsimport { aggregateTwoErrors } from "https://dotland.deno.dev/std@0.177.0/node/internal/errors.ts"; aggregateTwoErrors(innerError: AggregateError, outerError: AggregateError & { code: string; })ParametersinnerError: AggregateErrorouterError: AggregateError & { code: string; }