partialFailureError property

GoogleRpcStatus? partialFailureError
getter/setter pair

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

Returned when all errors occur inside the conversions. If any errors occur outside the conversions (for example, auth errors), we return an RPC level error.

Implementation

GoogleRpcStatus? partialFailureError;