AI-generated Key Takeaways
-
This documentation details error information for policy modification requests, including specific errors for target policies and policy fields.
-
PolicyModificationError
provides information about errors at the policy target and schema level, including field and non-field errors. -
PolicyModificationFieldError
provides details on errors encountered within specific fields during policy modification. -
JSON representations are provided for both
PolicyModificationError
andPolicyModificationFieldError
to illustrate their structure and data fields.
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. |