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 2fa0180 commit c1070d9Copy full SHA for c1070d9
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 and fromLatestEvent are mutually exclusive"
+ "lowerBoundId are mutually exclusive"
26
)
27
28
def to_json(self) -> dict[str, Any]:
0 commit comments