compilerOutputLines property

Iterable<String> compilerOutputLines
final

All output from the compiler, typically this would contain errors or warnings.

Implementation

final Iterable<String> compilerOutputLines;