Class FailedExportException

    • Constructor Detail

      • FailedExportException

        private FailedExportException​(@Nullable
                                      java.lang.Throwable cause)
    • Method Detail

      • httpFailedExceptionally

        public static FailedExportException.HttpExportException httpFailedExceptionally​(java.lang.Throwable cause)
        Indicates an HTTP export failed exceptionally without receiving a response from the server.
      • grpcFailedExceptionally

        public static FailedExportException.GrpcExportException grpcFailedExceptionally​(java.lang.Throwable cause)
        Indicates a gRPC export failed exceptionally without receiving a response from the server.
      • failedWithResponse

        public abstract boolean failedWithResponse()
        Returns true if the export failed with a response from the server.