partialFailureError property

GoogleRpcStatus? partialFailureError
getter/setter pair

Errors that pertain to AutomaticallyCreatedAssetRemoval failures in the partial failure mode.

Returned when all errors occur inside the operations. If any errors occur outside the operations (for example, auth errors), RPC level error will be returned. See https://developers.google.com/google-ads/api/docs/best-practices/partial-failures for more information about partial failure.

Implementation

GoogleRpcStatus? partialFailureError;