eventstoredb.exceptions#
Module Contents#
- exception eventstoredb.exceptions.AppendToStreamError[source]#
Bases:
eventstoredb.client.exceptions.ClientErrorCommon base class for all non-exit exceptions.
- exception eventstoredb.exceptions.RevisionMismatchError(stream_name, expected_revision, current_revision)[source]#
Bases:
AppendToStreamErrorCommon base class for all non-exit exceptions.
- Parameters:
stream_name (str) –
expected_revision (eventstoredb.client.append_to_stream.types.AppendExpectedRevision | eventstoredb.types.StreamRevision) –
current_revision (eventstoredb.types.StreamRevision | None) –
- exception eventstoredb.exceptions.StreamAlreadyExistsError(stream_name)[source]#
Bases:
AppendToStreamErrorCommon base class for all non-exit exceptions.
- Parameters:
stream_name (str) –
- exception eventstoredb.exceptions.PersistentSubscriptionAlreadyExistsError[source]#
Bases:
PersistentSubscriptionErrorCommon base class for all non-exit exceptions.
- exception eventstoredb.exceptions.PersistentSubscriptionDroppedError[source]#
Bases:
PersistentSubscriptionErrorCommon base class for all non-exit exceptions.
- exception eventstoredb.exceptions.PersistentSubscriptionError[source]#
Bases:
eventstoredb.client.exceptions.ClientErrorCommon base class for all non-exit exceptions.
- exception eventstoredb.exceptions.PersistentSubscriptionMaxSubscribersReachedError[source]#
Bases:
PersistentSubscriptionErrorCommon base class for all non-exit exceptions.
- exception eventstoredb.exceptions.PersistentSubscriptionNotFoundError[source]#
Bases:
PersistentSubscriptionErrorCommon base class for all non-exit exceptions.
- exception eventstoredb.exceptions.ClientError[source]#
Bases:
ExceptionCommon base class for all non-exit exceptions.
- exception eventstoredb.exceptions.ConnectionStringError(connection_string, message)[source]#
Bases:
ValueErrorInappropriate argument value (of correct type).
- exception eventstoredb.exceptions.ConnectionStringMalformedError(connection_string)[source]#
Bases:
ConnectionStringErrorInappropriate argument value (of correct type).
- Parameters:
connection_string (str) –
- exception eventstoredb.exceptions.ConnectionStringMissingHostError(connection_string)[source]#
Bases:
ConnectionStringErrorInappropriate argument value (of correct type).
- Parameters:
connection_string (str) –
- exception eventstoredb.exceptions.StreamNotFoundError(stream_name)[source]#
Bases:
ClientErrorCommon base class for all non-exit exceptions.
- Parameters:
stream_name (str) –