We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1070d9 commit e3cf851Copy full SHA for e3cf851
eventsourcingdb/observe_events/observe_events_options.py
@@ -22,7 +22,7 @@ def validate(self) -> None:
22
if self.lower_bound is not None:
23
raise ValidationError(
24
"ReadEventsOptions are invalid: "
25
- "lowerBoundId are mutually exclusive"
+ "lowerBound and fromLatestEvent are mutually exclusive"
26
)
27
28
def to_json(self) -> dict[str, Any]:
0 commit comments