RecommendedActionErrorInfo Class
Contains error information for an Azure SQL Database, Server or Elastic Pool Recommended Action.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelRecommendedActionErrorInfo
Constructor
RecommendedActionErrorInfo(**kwargs)
Variables
Name | Description |
---|---|
error_code
|
Gets the reason why the recommended action was put to error state. e.g., DatabaseHasQdsOff, IndexAlreadyExists. |
is_retryable
|
str or
IsRetryable
Gets whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No. Possible values include: "Yes", "No". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python