errors property

List<ConfigManagementSyncError>? errors
getter/setter pair

A list of errors resulting from problematic configs.

This list will be truncated after 100 errors, although it is unlikely for that many errors to simultaneously exist.

Implementation

core.List<ConfigManagementSyncError>? errors;