Skip to main content

List Failed Events

Returns a list of events that could not be proceeded in the views/projections. Some events need several retries till they succeed. For example, if the SMTP-API wasn't able to send an email the first time.

Responses

Events which were not processed by the views


Schema
  • result object[]
  • Array [
  • database string
  • viewName string
  • failedSequence uint64
  • failureCount uint64
  • errorMessage string
  • lastFailed date-time

    The timestamp the failure last occurred

  • ]
Loading...