Skip to content

es cqrs.RevisionConflictException

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

Class: RevisionConflictException

es-cqrs.RevisionConflictException

Exception for missing aggregate

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new RevisionConflictException(info): RevisionConflictException

Parameters

Name Type
info EventStoreExceptionInfo

Returns

RevisionConflictException

Overrides

EventStoreException.constructor

Defined in

packages/es-cqrs/src/event-store/revision-conflict.exception.ts:7

Properties

info

Readonly info: EventStoreExceptionInfo

Inherited from

EventStoreException.info

Defined in

packages/es-cqrs/src/event-store/event-store.exception.ts:13

Clone this wiki locally