StorageOperationStatusResponse.Error Property
Gets or sets an ErrorDetails object that provides information about a failed operation.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Usage
'Usage
Dim instance As StorageOperationStatusResponse
Dim value As ErrorDetails
value = instance.Error
instance.Error = value
Syntax
'Declaration
Public Property Error As ErrorDetails
public ErrorDetails Error { get; set; }
public:
property ErrorDetails^ Error {
ErrorDetails^ get ();
void set (ErrorDetails^ value);
}
/** @property */
public ErrorDetails get_Error ()
/** @property */
public void set_Error (ErrorDetails value)
public function get Error () : ErrorDetails
public function set Error (value : ErrorDetails)
Property Value
An ErrorDetails object.
Remarks
If the asynchronous operation failed, this value includes the HTTP status code for the failed request, and includes error information.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008
Target Platforms
See Also
Reference
StorageOperationStatusResponse Class
StorageOperationStatusResponse Members
Microsoft.WindowsAzure.Management.Storage.Models Namespace