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)

遇到的类似错误数量。