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