BaseAssertionError¶
- exception safir.metrics.BaseAssertionError(expected, actual, actual_models)¶
Base assertion error with common attributes and messaging.
- Parameters:
expected (
TypeAliasType
)actual (
TypeAliasType
)actual_models (
list
[TypeVar
(P
, bound=EventPayload
)])