problemReport abstract method

Future<ScriptProblemResult> problemReport(
  1. String scriptName
)

Get an error report for a script file with identified by scriptName.

Implementation

Future<ScriptProblemResult> problemReport(String scriptName);