errorCounts property

List<ErrorCount>? errorCounts
getter/setter pair

A list of errors and counts per error reason.

May not be populated in all cases.

Implementation

core.List<ErrorCount>? errorCounts;