SchedulerOperationStatusResponse.ErrorDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class SchedulerOperationStatusResponse.ErrorDetails
type SchedulerOperationStatusResponse.ErrorDetails = class
Public Class SchedulerOperationStatusResponse.ErrorDetails
- Inheritance
-
SchedulerOperationStatusResponse.ErrorDetails
Constructors
SchedulerOperationStatusResponse.ErrorDetails() |
Initializes a new instance of the ErrorDetails class. |
Properties
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. |
Applies to
Azure SDK for .NET