Skip to main content

ErrorTracker

Track errors and aggregates their counts by similarity.

Index

Methods

__init__

  • __init__(): None
  • Returns None

add

  • add(*, error): None
  • Include an error in the statistics.


    Parameters

    • optionalkeyword-onlyerror: Exception

    Returns None

Properties

total

total: int

Total number of errors.

unique_error_count

unique_error_count: int

Number of distinct kinds of errors.

Page Options