Function getErrorReports

  • Fetches the error reports JSON as an Observable. Can optionally cache the result.

    Returns

    Observable of ErrorReport array

    Parameters

    • useCache: boolean = true

      Whether to cache the result for future subscribers. Default: true.

    Returns Observable<ErrorReport[]>

Generated using TypeDoc