Interface SnippetOutcome.CompilerErrors

All Superinterfaces:
SnippetOutcome, SnippetOutcome.HaltsScript
All Known Subinterfaces:
SnippetOutcome.CompilerSemanticErrors, SnippetOutcome.CompilerSyntaxErrors
Enclosing interface:
SnippetOutcome

public static sealed interface SnippetOutcome.CompilerErrors extends SnippetOutcome, SnippetOutcome.HaltsScript permits SnippetOutcome.CompilerSyntaxErrors, SnippetOutcome.CompilerSemanticErrors (not exhaustive)
Indicates failure due to one or more compiler errors.
  • Method Details

    • compilerErrors

      List<CompilerError> compilerErrors()
      Get the compiler errors that caused compilation to fail.
      Returns:
      compilation errors