Class MultiMutationException

    • Method Detail

      • firstFailureIndex

        public int firstFailureIndex()
        Returns:
        the zero-based index of the first mutation spec that caused the multi mutation to fail.
      • firstFailureStatus

        public ResponseStatus firstFailureStatus()
        Returns:
        the error status for the first mutation spec that caused the multi mutation to fail.
      • originalSpec

        public List<MutationSpec> originalSpec()
        Returns:
        the list of MutationSpec that was originally passed to the multi-mutation operation.