AI-generated Key Takeaways
-
This documentation details the
AuthenticationError
in Google Ad Manager API, which arises when there's an issue during the authentication process. -
It lists various potential reasons for this error, ranging from invalid login credentials to missing or ambiguous authentication headers in the request.
-
The
AuthenticationError
inherits from theApiError
type, containing fields likefieldPath
,trigger
, anderrorString
for providing further context about the error. -
A table provides detailed information about the error, including the namespace, field descriptions, and possible reasons with explanations.
-
Developers should refer to this documentation to understand and troubleshoot authentication errors encountered when interacting with the Google Ad Manager API.
An error for an exception that occurred when authenticating.
- 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. |
AuthenticationError
|
|
|
Enumerations
|