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 NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Gets whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorCode
Gets the reason why the recommended action was put to error state. e.g., DatabaseHasQdsOff, IndexAlreadyExists NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: string
Property Value
string
isRetryable
Gets whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No NOTE: This property will not be serialized. It can only be populated by the server.
isRetryable?: IsRetryable