AI-generated Key Takeaways
-
The PublisherQueryLanguageService provides a way to query data within Google Ad Manager.
-
CommonError is an abstract type inherited by other error types that can occur within the service.
-
The CommonError object contains a
reason
field that explains the specific error that occurred. -
A number of more specific error types inherit from ApiError, providing detailed information about various potential issues.
-
Each error object includes information such as the field path, trigger, and a descriptive error string to aid in debugging.
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
|