RecommendedActionErrorInfo interface
Contains error information for an Azure SQL Database, Server or Elastic Pool Recommended Action.
Properties
| error |
Gets the reason why the recommended action was put to error state. e.g., DatabaseHasQdsOff, IndexAlreadyExists |
| is |
Gets whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No |
Property Details
errorCode
Gets the reason why the recommended action was put to error state. e.g., DatabaseHasQdsOff, IndexAlreadyExists
errorCode?: string
Property Value
string
isRetryable
Gets whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No
isRetryable?: IsRetryable