errors property

List<String> errors
finalinherited

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

Implementation

final List<String> errors = [];