errors property

List<GooglePrivacyDlpV2Error>? errors
getter/setter pair

A stream of errors encountered when the config was activated.

Repeated errors may result in the config automatically being paused. Output only field. Will return the last 100 errors. Whenever the config is modified this list will be cleared.

Output only.

Implementation

core.List<GooglePrivacyDlpV2Error>? errors;