errors property

List<GooglePrivacyDlpV2Error>? errors
getter/setter pair

Set if status == ERROR, to provide additional details.

Will store the last 10 errors sorted with the most recent first.

Output only.

Implementation

core.List<GooglePrivacyDlpV2Error>? errors;