observerErrors property

List<RuntimeObserverError> get observerErrors

Immutable snapshot of observer callback failures.

The Runtime still treats these failures as best-effort instrumentation.

Implementation

List<RuntimeObserverError> get observerErrors {
  return List<RuntimeObserverError>.unmodifiable(_observerErrors);
}