public final class StorageExtendedErrorInformation extends Object implements Serializable
| Constructor and Description | 
|---|
StorageExtendedErrorInformation()
Creates an instance of the  
StorageExtendedErrorInformation class. | 
| Modifier and Type | Method and Description | 
|---|---|
HashMap<String,String[]> | 
getAdditionalDetails()
Gets additional error details, as a  
java.util.HashMap object. | 
String | 
getErrorCode()
Gets the storage service error code. 
 | 
String | 
getErrorMessage()
Gets the storage service error message. 
 | 
void | 
setAdditionalDetails(HashMap<String,String[]> additionalDetails)
RESERVED FOR INTERNAL USE. 
 | 
void | 
setErrorCode(String errorCode)
RESERVED FOR INTERNAL USE. 
 | 
void | 
setErrorMessage(String errorMessage)
RESERVED FOR INTERNAL USE. 
 | 
public StorageExtendedErrorInformation()
StorageExtendedErrorInformation class.public HashMap<String,String[]> getAdditionalDetails()
java.util.HashMap object.java.util.HashMap of key/value pairs which contain the additional error details.public String getErrorCode()
String which contains the error code.public String getErrorMessage()
String which contains the error message.public void setAdditionalDetails(HashMap<String,String[]> additionalDetails)
additionalDetails - A java.util.HashMap of key/value pairs which contain the additional error details.public void setErrorCode(String errorCode)
errorCode - A String which contains the error code.public void setErrorMessage(String errorMessage)
errorMessage - A String which contains the error message./** 
* Copyright Microsoft Corporation 
* 
* Licensed under the Apache License, Version 2.0 (the "License"); 
* you may not use this file except in compliance with the License. 
* You may obtain a copy of the License at 
* http://www.apache.org/licenses/LICENSE-2.0 
* 
* Unless required by applicable law or agreed to in writing, software 
* distributed under the License is distributed on an "AS IS" BASIS, 
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
* See the License for the specific language governing permissions and 
* limitations under the License. 
*/