Share via


BlobBatchStorageException Class

public final class BlobBatchStorageException
extends HttpResponseException

This exception class is an aggregate for BlobStorageException. This will contain all exceptions from a single batch operation.

Method Summary

Modifier and Type Method and Description
Iterable<BlobStorageException> getBatchExceptions()

Gets all the exceptions thrown in a single batch request.

Methods inherited from HttpResponseException

Methods inherited from java.lang.Object

Methods inherited from java.lang.Throwable

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.

Applies to