PublishedTooFewError¶
- exception safir.metrics.PublishedTooFewError(expected, actual, actual_models)¶
Expected more events than have actually been published.
- Parameters:
expected (
TypeAliasType
)actual (
TypeAliasType
)actual_models (
list
[TypeVar
(P
, bound=EventPayload
)])