Class BlobBatchStorageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.azure.core.exception.AzureException
com.azure.core.exception.HttpResponseException
com.azure.storage.blob.batch.BlobBatchStorageException
All Implemented Interfaces:
Serializable

public final class BlobBatchStorageException extends com.azure.core.exception.HttpResponseException
This exception class is an aggregate for BlobStorageExceptions. This will contain all exceptions from a single batch operation.
See Also:
  • Method Details

    • getBatchExceptions

      public Iterable<BlobStorageException> getBatchExceptions()
      Gets all the exceptions thrown in a single batch request.
      Returns:
      All the exceptions thrown in a single batch request.