Skip to content

es cqrs.AggregateNotFoundException

Sclable CI edited this page Sep 11, 2024 · 198 revisions

Class: AggregateNotFoundException

es-cqrs.AggregateNotFoundException

Exception for missing aggregate

Hierarchy

  • Error

    AggregateNotFoundException

Table of contents

Constructors

Properties

Constructors

constructor

new AggregateNotFoundException(id): AggregateNotFoundException

Parameters

Name Type
id string

Returns

AggregateNotFoundException

Overrides

Error.constructor

Defined in

packages/es-cqrs/src/event-store/aggregate-not-found.exception.ts:5

Properties

id

Readonly id: string

Defined in

packages/es-cqrs/src/event-store/aggregate-not-found.exception.ts:5

Clone this wiki locally