AI-generated Key Takeaways
-
PolicyModificationError provides error information for modifying a specific policy on a specific target.
-
It includes details such as the policy target key, the policy schema, field-specific errors, and other non-field errors.
-
PolicyModificationFieldError details errors for a specific field within a policy modification request, including the field name and the associated error message.
Error information for a modification request of a specific policy on a specific target.
| JSON representation |
|---|
{ "policyTargetKey": { object ( |
| Fields | |
|---|---|
policyTargetKey |
Output only. The specific policy target modification that had error. |
policySchema |
Output only. The specific policy schema modification that had an error. |
fieldErrors[] |
Output only. The error messages related to the modification. |
errors[] |
Output only. The non-field errors related to the modification. |
PolicyModificationFieldError
Error information for a modification request of a specific field on a specific policy.
| JSON representation |
|---|
{ "field": string, "error": string } |
| Fields | |
|---|---|
field |
Output only. The name of the field with the error. |
error |
Output only. The error message related to the field. |