public class BatchException extends StorageException
StorageExceptions to the parent objects of the sub-request. Extensions of Throwable cannot use
generics, so this class uses several data structures with wildcards. Since only groups of the same request type can
be batched together, the batch caller will know the intended type in context, and can safely cast the result. Please
refer to the samples project for an example on how to appropriately handle batch exceptions.| Modifier and Type | Method and Description |
|---|---|
Map<?,StorageException> |
getExceptions() |
Map<?,?> |
getSuccessfulResponses() |
getErrorCode, getExtendedErrorInformation, getHttpStatusCode, translateClientException, translateExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Map<?,?> getSuccessfulResponses()
public Map<?,StorageException> getExceptions()
Copyright © 2021. All Rights Reserved.