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. |