GatewayGetOperationStatusResponse::Error Property

 

Optional. 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.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

public:
property GatewayGetOperationStatusResponse::ErrorDetails^ Error {
	GatewayGetOperationStatusResponse::ErrorDetails^ get();
	void set(GatewayGetOperationStatusResponse::ErrorDetails^ value);
}
Return to top
Show: