LongRunningOperationStatusResponse.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.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationStatusResponse.ErrorDetails
Syntax
public class ErrorDetails
public ref class ErrorDetails
type ErrorDetails = class end
Public Class ErrorDetails
Constructors
Name | Description | |
---|---|---|
LongRunningOperationStatusResponse.ErrorDetails() | Initializes a new instance of the ErrorDetails class. |
Properties
Name | Description | |
---|---|---|
Code | Optional. The management service error code returned if the asynchronous request failed. |
|
Message | Optional. The management service error message returned if the asynchronous request failed. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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.Management.Automation.Models Namespace
Return to top