AI-generated Key Takeaways
-
The error signifies a policy violation caused by text in one of the fields within a mutate response.
-
Each policy violation has a unique identifier (
key) that can be used to request exemption if the policy is exemptible (is_exemptible). -
The error provides human-readable details about the violation, including a description (
external_policy_description) and the name of the policy (external_policy_name).
Error returned as part of a mutate response. This error indicates single policy violation by some text in one of the fields.
| Fields | |
|---|---|
|
Human readable description of policy violation. |
|
Unique identifier for this violation. If policy is exemptible, this key may be used to request exemption. |
|
Human readable name of the policy. |
|
Whether user can file an exemption request for this violation. |