Package org.jclouds.azure.storage.domain
Class AzureStorageError
java.lang.Object
org.jclouds.azure.storage.domain.AzureStorageError
When an Azure Storage request is in error, the client receives an error response.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft.void
void
setDetails
(Map<String, String> context) void
setMessage
(String message) void
setRequestId
(String requestId) void
setSignature
(String signature) void
setStringSigned
(String stringSigned) toString()
-
Constructor Details
-
AzureStorageError
public AzureStorageError()
-
-
Method Details
-
toString
-
setCode
-
getCode
-
setMessage
-
getMessage
-
setRequestId
-
getRequestId
If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of x-ms-request-id, the approximate time that the request was made, the storage service against which the request was made, and the type of operation that the request attempted -
setStringSigned
-
getStringSigned
- Returns:
- what jclouds signed before sending the request.
-
setDetails
-
getDetails
- Returns:
- additional details surrounding the error.
-
setSignature
-
getSignature
-