OperationStatusResponse.Error Property
If the asynchronous operation failed, the response body includes the HTTP status code for the failed request, and also includes error information regarding the failure.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public OperationStatusResponse.ErrorDetails Error { get; set; }
public:
property OperationStatusResponse::ErrorDetails^ Error {
OperationStatusResponse::ErrorDetails^ get();
void set(OperationStatusResponse::ErrorDetails^ value);
}
member Error : OperationStatusResponse.ErrorDetails with get, set
Public Property Error As OperationStatusResponse.ErrorDetails
Property Value
Type: Microsoft.WindowsAzure.OperationStatusResponse.ErrorDetails
See Also
OperationStatusResponse Class
Microsoft.WindowsAzure Namespace
Return to top