Class BulkPublishResponseFailedEntry<T>


  • public final class BulkPublishResponseFailedEntry<T>
    extends Object
    Class representing the entry that failed to be published using BulkPublishRequest.
    • Constructor Detail

      • BulkPublishResponseFailedEntry

        public BulkPublishResponseFailedEntry​(BulkPublishEntry<T> entry,
                                              String errorMessage)
        Constructor for BulkPublishResponseFailedEntry.
        Parameters:
        entry - The entry that has failed.
        errorMessage - The error message for why the entry failed.