RecommendedActionErrorInfo Class

Definition

Contains error information for an Azure SQL Database, Server or Elastic Pool Recommended Action.

public class RecommendedActionErrorInfo
type RecommendedActionErrorInfo = class
Public Class RecommendedActionErrorInfo
Inheritance
RecommendedActionErrorInfo

Constructors

RecommendedActionErrorInfo()

Initializes a new instance of the RecommendedActionErrorInfo class.

RecommendedActionErrorInfo(String, Nullable<IsRetryable>)

Initializes a new instance of the RecommendedActionErrorInfo class.

Properties

ErrorCode

Gets the reason why the recommended action was put to error state. e.g., DatabaseHasQdsOff, IndexAlreadyExists

IsRetryable

Gets whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No. Possible values include: 'Yes', 'No'

Applies to