IsRetryable type

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

type IsRetryable = "Yes" | "No"