rowErrors property

List<ImportRowError>? rowErrors
getter/setter pair

Partial list of rows that encountered validation error.

Implementation

core.List<ImportRowError>? rowErrors;