CloudServiceOperationStatusResponse.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.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse.ErrorDetails
Syntax
public class ErrorDetails
public ref class ErrorDetails
type ErrorDetails = class end
Public Class ErrorDetails
Constructors
Name | Description | |
---|---|---|
CloudServiceOperationStatusResponse.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.Scheduler.Models Namespace
Return to top