filesWithErrors property

List<AnalysisResultWithErrors> filesWithErrors
final

A list analysis error results for files related to the assetId.

In addition to the asset itself, the resolver also considers syntax errors in part files.

Implementation

final List<AnalysisResultWithErrors> filesWithErrors;