AI-generated Key Takeaways
- 
          PolicyViolationError represents a single policy violation detected in a mutate response. 
- 
          It provides a human-readable description and name of the violated policy. 
- 
          A unique key identifies the violation and can be used to request an exemption if the violation is exemptible. 
- 
          The is_exemptiblefield indicates whether an exemption request can be filed for the violation.
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. |