Skip to main content
cngx-src documentation

AggregateFailure

Interface

projects/common/data/async-state/async-boundary.directive.ts

Referenced by#

Import#

import { AggregateFailure } from '@cngx/common/data'

Description#

One errored source, surfaced by CngxAsyncBoundary.failures.

Index#

Instance Properties#

error#unknown
Readonly

The raw error from that source.

Readonly

The failing source's key.

label#string
ReadonlyOptional

The failing source's label, if it declared one.