ClientSideEncryptionServiceUnavailable

用戶端加密服務中斷快訊。

JSON 表示法
{
  "keyServiceError": [
    {
      object (KeyServiceError)
    }
  ],
  "idpError": [
    {
      object (IdentityProviderError)
    }
  ]
}
欄位
keyServiceError[]

object (KeyServiceError)

外部金鑰服務中斷或設定有誤。

idpError[]

object (IdentityProviderError)

因服務中斷或設定錯誤而受到影響的識別資訊提供者。

KeyServiceError

與外部金鑰服務相關的錯誤。

JSON 表示法
{
  "keyServiceUrl": string,
  "httpResponseCode": string,
  "errorInfo": enum (KeyServiceErrorInfo),
  "errorCount": string
}
欄位
keyServiceUrl

string

外部金鑰服務的網址。

httpResponseCode

string (int64 format)

金鑰服務傳回的 HTTP 回應狀態碼。

errorInfo

enum (KeyServiceErrorInfo)

金鑰服務錯誤的相關資訊。

errorCount

string (int64 format)

發生類似錯誤的次數。

IdentityProviderError

與身分識別提供者相關的錯誤。

JSON 表示法
{
  "authorizationBaseUrl": string,
  "errorInfo": enum (IdentityProviderErrorInfo),
  "errorCount": string
}
欄位
authorizationBaseUrl

string

身分識別提供者的授權基本網址。

errorInfo

enum (IdentityProviderErrorInfo)

識別資訊提供者錯誤的相關資訊。

errorCount

string (int64 format)

發生類似錯誤的次數。