Package version:

Interface RecommendedActionErrorInfo

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

Hierarchy

  • RecommendedActionErrorInfo

Properties

errorCode?: string

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.

isRetryable?: 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.

Generated using TypeDoc