getErrors method

List<IInfo>? getErrors()

Implementation

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