AI-generated Key Takeaways
- 
          
GoogleAds-specific errordescribes a Google Ads error with detailed fields. - 
          
Fields include
error_code,message,trigger,location, and optionaldetails. - 
          
error_codeuses an enum value to indicate the specific error type. - 
          
messageprovides a human-readable description of the error. - 
          
triggeridentifies the value that caused the error, whilelocationdescribes where in the request the error occurred. 
GoogleAds-specific error.
| Fields | |
|---|---|
 | 
                
                  
                   An enum value that indicates which error occurred.  | 
              
 | 
                
                   
 A human-readable description of the error.  | 
              
 | 
                
                  
                   The value that triggered the error.  | 
              
 | 
                
                  
                   Describes the part of the request proto that caused the error.  | 
              
 | 
                
                  
                   Additional error details, which are returned by certain error codes. Most error codes do not include details.  |