| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
StorageError |
StorageErrorException.body() |
StorageError |
StorageError.withMessage(String message)
Set the message value.
|
| Constructor and Description |
|---|
StorageErrorException(String message,
com.microsoft.rest.v2.http.HttpResponse response,
StorageError body)
Initializes a new instance of the StorageErrorException class.
|
This documentation was released into the public domain.