errors property

List<GooglePrivacyDlpV2Error>? errors
getter/setter pair

A stream of errors encountered when the trigger was activated.

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

Output only.

Implementation

core.List<GooglePrivacyDlpV2Error>? errors;