@FunctionalInterface public interface FailureAnalyzer
FailureAnalyzer is used to analyze a failure and provide diagnostic
 information that can be displayed to the user.| Modifier and Type | Method and Description | 
|---|---|
| FailureAnalysis | analyze(Throwable failure)Returns an analysis of the given  failure, ornullif no analysis
 was possible. | 
FailureAnalysis analyze(Throwable failure)
failure, or null if no analysis
 was possible.failure - the failurenullCopyright © 2020 Pivotal Software, Inc.. All rights reserved.