Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The ApiException class in Google Ad Manager's API is used to hold a list of service errors that may occur during API calls.
It inherits from the ApplicationException class and provides a field called 'errors' to store detailed error information.
The errors field contains a list of ApiError objects or objects of more specific error types, offering insights into the cause and nature of the errors.
Developers can use the information contained in ApiException to understand and resolve issues encountered when interacting with the Google Ad Manager API.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["This document outlines various services within the Ad Manager API, including `AdRuleService`, `AdjustmentService`, `AudienceSegmentService`, and many more. It details actions for `LineItemCreativeAssociationService`, such as creating, retrieving, updating, and performing actions on line item-creative associations, also including retrieving preview URLs. The `ApiException` section describes error handling, listing numerous error types like `CreativeError`, `InternalApiError`, and `QuotaError`, used for service errors, with `ApplicationException` as its base.\n"]]