partialFailureError property

GoogleRpcStatus? partialFailureError
getter/setter pair

Errors that pertain to conversion adjustment failures in the partial failure mode.

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

Implementation

GoogleRpcStatus? partialFailureError;