List<IInfo>? getErrors() { return ApmKitManager.instance .getKit<LogKit>(ApmKitName.kitLog) ?.error .getAll(); }