Class FirestoreV1.FailedWritesException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    FirestoreV1

    public static class FirestoreV1.FailedWritesException
    extends java.lang.RuntimeException
    Exception that is thrown if one or more Writes is unsuccessful with a non-retryable status code.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<FirestoreV1.WriteFailure> getWriteFailures()
      This list of FirestoreV1.WriteFailures detailing which writes failed and for what reason.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait