OperationStatusResponse.ErrorDetails Class

 

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)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.OperationStatusResponse.ErrorDetails

Syntax

public class ErrorDetails
public ref class ErrorDetails 
type ErrorDetails = class end
Public Class ErrorDetails

Constructors

Name Description
System_CAPS_pubmethod OperationStatusResponse.ErrorDetails()

Initializes a new instance of the ErrorDetails class.

Properties

Name Description
System_CAPS_pubproperty Code

The management service error code returned if the asynchronous request failed.

System_CAPS_pubproperty Message

The management service error message returned if the asynchronous request failed.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.WindowsAzure Namespace

Return to top