AI-generated Key Takeaways
- 
          
GoogleAds-specific errorrefers to errors that occur within the Google Ads platform. - 
          
An error object contains fields like
error_code,message,trigger,location, anddetails. - 
          
Each field provides specific information about the error, such as the type of error, a description, the value that caused it, and its location in the request.
 - 
          
The
detailsfield provides additional information for certain error codes but is not always included. 
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.  |