errors property

List<String> errors
final

A list of errors that occurred when this exception was thrown.

Implementation

final List<String> errors = [];