PublishedCountError¶
- exception safir.metrics.PublishedCountError(expected, actual, actual_models)¶
Expected has a different number of items than were published.
- Parameters:
expected (
TypeAliasType
)actual (
TypeAliasType
)actual_models (
list
[TypeVar
(P
, bound=EventPayload
)])