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.
Represents error info of a Recommended Action that is in Error state
public class RecommendedActionErrorInfo
type RecommendedActionErrorInfo = class
Public Class RecommendedActionErrorInfo
- Inheritance
-
RecommendedActionErrorInfo
Constructors
RecommendedActionErrorInfo() |
Initializes a new instance of the RecommendedActionErrorInfo class. |
Properties
ErrorCode |
Optional. Gets the reason why Recommended Action is put to error state. E.g., DatabaseHasQdsOff, IndexAlreadyExists |
IsRetryable |
Optional. Gets whether error could be ignored and Recommended action could be retried. Possible values are: Yes/No |