RecommendedActionErrorInfoResponse

data class RecommendedActionErrorInfoResponse(val errorCode: String, val isRetryable: String)

Contains error information for an Azure SQL Database, Server or Elastic Pool Recommended Action.

Constructors

Link copied to clipboard
constructor(errorCode: String, isRetryable: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the reason why the recommended action was put to error state. e.g., DatabaseHasQdsOff, IndexAlreadyExists

Link copied to clipboard

Gets whether the error could be ignored and recommended action could be retried. Possible values are: Yes/No