Reporter

object Reporter
Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

class ErrorFound(val error: Error) extends Exception

Value members

Concrete methods

def errorsIn(fn: Reporter ?=> Unit)(using Cache): TryReporter

Capture all errors with a TryReporter

Capture all errors with a TryReporter

The TryReporter cannot be thrown away: either abort must be called or the errors must be reported.

def hasErrors(fn: Reporter ?=> Unit)(using Cache): Boolean

Stop on first error

Stop on first error