Class 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:
    Serialized Form
    • Method Detail

      • 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.