AI-generated Key Takeaways
- 
          
PolicyViolationError indicates a single policy violation in a mutate response.
 - 
          
It includes a human-readable description and name of the policy violation.
 - 
          
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.  |