FailureAnalyzer

A FailureAnalyzer is used to analyze a failure and provide diagnostic information that can be displayed to the user.

Author

Andy Wilkinson

Since

1.4.0

Inheritors

Functions

Link copied to clipboard
abstract fun analyze(failure: Throwable): FailureAnalysis
Returns an analysis of the given failure, or null if no analysis was possible.