AI-generated Key Takeaways
-
The Google Ad Manager API provides a
LiveStreamEventService
for managing live stream events. -
CommonError
is a base error type used across various services, including theLiveStreamEventService
, with reasons likeNOT_FOUND
,ALREADY_EXISTS
, and others. -
The
LiveStreamEventService
inherits fromApiError
and includes specific errors related to live stream event management likeLiveStreamEventDateTimeError
,LiveStreamEventSlateError
, andVideoAdTagError
. -
Developers can utilize the
fieldPath
,trigger
, anderrorString
properties of errors for debugging purposes.
A place for common errors that can be used across services.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
CommonError
|
|
|
Enumerations
|