Class BlobBatchStorageException

All Implemented Interfaces:
Serializable

public final class BlobBatchStorageException extends 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.