Udostępnij za pośrednictwem


LongRunningOperationStatusResponse.ErrorDetails Class

Definition

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 LongRunningOperationStatusResponse.ErrorDetails
type LongRunningOperationStatusResponse.ErrorDetails = class
Public Class LongRunningOperationStatusResponse.ErrorDetails
Inheritance
LongRunningOperationStatusResponse.ErrorDetails

Constructors

LongRunningOperationStatusResponse.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