RemoveCertificateErrorDetails

  • RemoveCertificateErrorDetails provides details about errors during a remove certificate request.

  • This message is returned as part of the details of a google.rpc.Status when a request error occurs.

  • The JSON representation includes an array of certificateReferences that prevented the certificate from being removed if the operation failed.

  • Only unreferenced certificates can be successfully removed.

Details of the errors encountered during a remove certificate request. This message will be returned as part of the details of a google.rpc.Status returned to the user when there is an error in their request.

JSON representation
{
  "certificateReferences": [
    {
      object (CertificateReference)
    }
  ]
}
Fields
certificateReferences[]

object (CertificateReference)

Output only. If the certificate was not removed, a list of references to the certificate that prevented it from being removed. Only unreferenced certificates can be removed.