Interface UnexpectedFailureOutputContents

All Superinterfaces:
OutputContents

@Immutable public interface UnexpectedFailureOutputContents extends OutputContents
This represents the output contents of the ABI checker task when an unexpected failure occurs. For instance, if the ABI checker throws on some unexpected edge case, we will write it to the output file. This lets us capture such errors at the same time as conflicts, for better analysis of the plugin's behavior.