PolicyModificationErrorDetails

  • PolicyModificationErrorDetails provides details about errors during policy modification requests.

  • This message is returned within the google.rpc.Status when a request encounters an error.

  • It includes a list of specific PolicyModificationError objects detailing individual modification errors.

Details of the errors encountered during a policy modification 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
{
  "modificationErrors": [
    {
      object (PolicyModificationError)
    }
  ]
}
Fields
modificationErrors[]

object (PolicyModificationError)

Output only. List of specific policy modifications errors that may have occurred during a modifying request.