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". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python