Class MutateRowsException.FailedMutation

    • Constructor Detail

      • FailedMutation

        public FailedMutation()
    • Method Detail

      • create

        @InternalApi
        @Nonnull
        public static MutateRowsException.FailedMutation create​(int index,
                                                                com.google.api.gax.rpc.ApiException error)
        This method is considered an internal implementation detail and not meant to be used by applications.
      • getError

        @Nonnull
        public abstract com.google.api.gax.rpc.ApiException getError()
        The error that prevented this mutation from being applied. Please note, that if the entire RPC attempt failed, all mutations that were part of the attempt will have take on the same error.