type ApiException (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The ApiException class holds a list of service errors within the ForecastService.
The ApiException inherits from ApplicationException and includes a message field with an xsd:string type.
The errors field within ApiException is a list of potential errors, including various specific error types like AdUnitCodeError, AuthenticationError, and ForecastError, among many others.
[[["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 and their associated exceptions within an ad management API, version v202502. Key services include AdRuleService, AdjustmentService, AudienceSegmentService, ForecastService, and many more for ad content management. The ForecastService allows actions like `getAvailabilityForecast()`, `getDeliveryForecast()`, and retrieving data via IDs. ApiException handles errors, including detailed types like AdUnitCodeError, ForecastError, and InternalApiError. It manages errors with a list of ApiError. The `ApplicationException` is a parent class of `ApiException` and includes a message field.\n"]]