RecommendedActionErrorInfo 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.
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
Azure SDK for .NET