errors property
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;
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.
core.List<ConfigManagementSyncError>? errors;